forked from apache/rocketmq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ROCKETMQ-18 Use apache email as author.
- Loading branch information
Showing
345 changed files
with
406 additions
and
409 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,6 @@ | |
# limitations under the License. | ||
|
||
# | ||
# $Id: producer.sh 1831 2013-05-16 01:39:51Z shijia.wxr $ | ||
# $Id: producer.sh 1831 2013-05-16 01:39:51Z [email protected] $ | ||
# | ||
sh ./runclass.sh -Dorg.apache.rocketmq.client.sendSmartMsg=true org.apache.rocketmq.example.benchmark.Producer $@ & |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
# limitations under the License. | ||
|
||
# | ||
# $Id: runserver.sh 1831 2013-05-16 01:39:51Z shijia.wxr $ | ||
# $Id: runserver.sh 1831 2013-05-16 01:39:51Z [email protected] $ | ||
# | ||
|
||
if [ $# -lt 1 ]; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,6 @@ | |
# limitations under the License. | ||
|
||
# | ||
# $Id: producer.sh 1831 2013-05-16 01:39:51Z shijia.wxr $ | ||
# $Id: producer.sh 1831 2013-05-16 01:39:51Z [email protected] $ | ||
# | ||
sh ./runclass.sh org.apache.rocketmq.example.benchmark.TransactionProducer $@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class BrokerController { | ||
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class BrokerStartup { | ||
public static Properties properties = null; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class ClientChannelInfo { | ||
private final Channel channel; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class ClientHousekeepingService implements ChannelEventListener { | ||
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class ConsumerGroupInfo { | ||
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,8 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public interface ConsumerIdsChangeListener { | ||
public void consumerIdsChanged(final String group, final List<Channel> channels); | ||
void consumerIdsChanged(final String group, final List<Channel> channels); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class ConsumerManager { | ||
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class DefaultConsumerIdsChangeListener implements ConsumerIdsChangeListener { | ||
private final BrokerController brokerController; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class ProducerManager { | ||
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class Broker2Client { | ||
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class RebalanceLockManager { | ||
private static final Logger log = LoggerFactory.getLogger(LoggerName.REBALANCE_LOCK_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class BrokerFastFailure { | ||
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
import java.util.concurrent.*; | ||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class BrokerFixedThreadPoolExecutor extends ThreadPoolExecutor { | ||
public BrokerFixedThreadPoolExecutor(final int corePoolSize, final int maximumPoolSize, final long keepAliveTime, final TimeUnit unit, final BlockingQueue<Runnable> workQueue) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
import java.util.concurrent.FutureTask; | ||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class FutureTaskExt<V> extends FutureTask<V> { | ||
private final Runnable runnable; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class ManyPullRequest { | ||
private final ArrayList<PullRequest> pullRequestList = new ArrayList<PullRequest>(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class PullRequest { | ||
private final RemotingCommand requestCommand; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class PullRequestHoldService extends ServiceThread { | ||
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class ConsumerOffsetManager extends ConfigManager { | ||
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
* @author manhong.yqd | ||
*/ | ||
public class BrokerOuterAPI { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class ManyMessageTransfer extends AbstractReferenceCounted implements FileRegion { | ||
private final ByteBuffer byteBufferHeader; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class OneMessageTransfer extends AbstractReferenceCounted implements FileRegion { | ||
private final ByteBuffer byteBufferHeader; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class QueryMessageTransfer extends AbstractReferenceCounted implements FileRegion { | ||
private final ByteBuffer byteBufferHeader; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public abstract class AbstractSendMessageProcessor implements NettyRequestProcessor { | ||
protected static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
* @author manhong.yqd | ||
*/ | ||
public class AdminBrokerProcessor implements NettyRequestProcessor { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class ClientManageProcessor implements NettyRequestProcessor { | ||
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class ConsumerManageProcessor implements NettyRequestProcessor { | ||
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class EndTransactionProcessor implements NettyRequestProcessor { | ||
private static final Logger LOGGER = LoggerFactory.getLogger(LoggerName.TRANSACTION_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class ForwardRequestProcessor implements NettyRequestProcessor { | ||
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class PullMessageProcessor implements NettyRequestProcessor { | ||
private static final Logger LOG = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class QueryMessageProcessor implements NettyRequestProcessor { | ||
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class SendMessageProcessor extends AbstractSendMessageProcessor implements NettyRequestProcessor { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
* @author manhong.yqd | ||
*/ | ||
public class SlaveSynchronize { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class SubscriptionGroupManager extends ConfigManager { | ||
private static final Logger log = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ | |
|
||
|
||
/** | ||
* @author shijia.wxr | ||
* @author [email protected] | ||
*/ | ||
public class TopicConfigManager extends ConfigManager { | ||
private static final Logger LOG = LoggerFactory.getLogger(LoggerName.BROKER_LOGGER_NAME); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
*/ | ||
|
||
/** | ||
* $Id: SendMessageTest.java 1831 2013-05-16 01:39:51Z shijia.wxr $ | ||
* $Id: SendMessageTest.java 1831 2013-05-16 01:39:51Z [email protected] $ | ||
*/ | ||
package org.apache.rocketmq.broker; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
*/ | ||
|
||
/** | ||
* $Id: SendMessageTest.java 1831 2013-05-16 01:39:51Z shijia.wxr $ | ||
* $Id: SendMessageTest.java 1831 2013-05-16 01:39:51Z [email protected] $ | ||
*/ | ||
package org.apache.rocketmq.broker.api; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
*/ | ||
|
||
/** | ||
* $Id: ConsumerOffsetManagerTest.java 1831 2013-05-16 01:39:51Z shijia.wxr $ | ||
* $Id: ConsumerOffsetManagerTest.java 1831 2013-05-16 01:39:51Z [email protected] $ | ||
*/ | ||
package org.apache.rocketmq.broker.offset; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
*/ | ||
|
||
/** | ||
* $Id: TopicConfigManagerTest.java 1831 2013-05-16 01:39:51Z shijia.wxr $ | ||
* $Id: TopicConfigManagerTest.java 1831 2013-05-16 01:39:51Z [email protected] $ | ||
*/ | ||
package org.apache.rocketmq.broker.topic; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,8 @@ | |
/** | ||
* Client Common configuration | ||
* | ||
* @author shijia.wxr | ||
* @author vongosling | ||
* @author [email protected] | ||
* @author vongosling@apache.org | ||
*/ | ||
public class ClientConfig { | ||
public static final String SEND_MESSAGE_WITH_VIP_CHANNEL_PROPERTY = "com.rocketmq.sendMessageWithVIPChannel"; | ||
|
Oops, something went wrong.