提交 603e1771 编写于 作者: 武汉红喜's avatar 武汉红喜

rename package name

上级 bf9b1233
package com.whatsmars.mq.activemq;
package org.hongxi.whatsmars.mq.activemq;
import org.apache.activemq.broker.BrokerService;
......
package com.whatsmars.mq.activemq;
package org.hongxi.whatsmars.mq.activemq;
import org.apache.activemq.ActiveMQConnectionFactory;
......
package com.whatsmars.mq.activemq;
package org.hongxi.whatsmars.mq.activemq;
import org.apache.activemq.ActiveMQConnectionFactory;
......
package com.whatsmars.mq.kafka;
package org.hongxi.whatsmars.mq.kafka;
import kafka.consumer.ConsumerConfig;
import kafka.consumer.ConsumerIterator;
......
package com.whatsmars.mq.kafka;
package org.hongxi.whatsmars.mq.kafka;
import kafka.javaapi.producer.Producer;
import kafka.producer.KeyedMessage;
......
package com.whatsmars.mq.rabbitmq;
package org.hongxi.whatsmars.mq.rabbitmq;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Connection;
......
package com.whatsmars.mq.rabbitmq;
package org.hongxi.whatsmars.mq.rabbitmq;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Connection;
......
package com.whatsmars.mq.rocketmq;
package org.hongxi.whatsmars.mq.rocketmq;
/**
* Created by shenhongxi on 2017/6/21.
......
package com.whatsmars.mq.rocketmq;
package org.hongxi.whatsmars.mq.rocketmq;
/**
* Created by shenhongxi on 2017/6/21.
......
package com.whatsmars.mq.rocketmq;
package org.hongxi.whatsmars.mq.rocketmq;
/**
* Created by shenhongxi on 2017/6/21.
......
package com.whatsmars.mq.rocketmq.boot;
package org.hongxi.whatsmars.mq.rocketmq.boot;
import com.qianmi.ms.starter.rocketmq.annotation.RocketMQMessageListener;
import com.qianmi.ms.starter.rocketmq.core.RocketMQListener;
......
package com.whatsmars.mq.rocketmq.boot;
package org.hongxi.whatsmars.mq.rocketmq.boot;
import java.io.Serializable;
import java.math.BigDecimal;
......
package com.whatsmars.mq.rocketmq.boot;
package org.hongxi.whatsmars.mq.rocketmq.boot;
import com.qianmi.ms.starter.rocketmq.core.RocketMQTemplate;
import org.springframework.beans.factory.annotation.Autowired;
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.whatsmars.mq.rocketmq.broadcast;
package org.hongxi.whatsmars.mq.rocketmq.broadcast;
import org.apache.rocketmq.client.consumer.DefaultMQPushConsumer;
import org.apache.rocketmq.client.consumer.listener.ConsumeConcurrentlyContext;
......
package com.whatsmars.mq.rocketmq.ordermessage;
package org.hongxi.whatsmars.mq.rocketmq.ordermessage;
import org.apache.rocketmq.client.consumer.DefaultMQPushConsumer;
import org.apache.rocketmq.client.consumer.listener.ConsumeOrderlyContext;
......
package com.whatsmars.mq.rocketmq.ordermessage;
package org.hongxi.whatsmars.mq.rocketmq.ordermessage;
import org.apache.rocketmq.client.producer.DefaultMQProducer;
import org.apache.rocketmq.client.producer.MessageQueueSelector;
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.whatsmars.mq.rocketmq.quickstart;
package org.hongxi.whatsmars.mq.rocketmq.quickstart;
import org.apache.rocketmq.client.consumer.DefaultMQPushConsumer;
import org.apache.rocketmq.client.consumer.listener.ConsumeConcurrentlyContext;
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.whatsmars.mq.rocketmq.quickstart;
package org.hongxi.whatsmars.mq.rocketmq.quickstart;
import org.apache.rocketmq.client.exception.MQClientException;
import org.apache.rocketmq.client.producer.DefaultMQProducer;
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.whatsmars.mq.rocketmq.simple;
package org.hongxi.whatsmars.mq.rocketmq.simple;
import org.apache.rocketmq.client.exception.MQClientException;
import org.apache.rocketmq.client.producer.DefaultMQProducer;
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package com.whatsmars.mq.rocketmq.simple;
package org.hongxi.whatsmars.mq.rocketmq.simple;
import org.apache.rocketmq.common.message.MessageExt;
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.whatsmars.mq.rocketmq.simple;
package org.hongxi.whatsmars.mq.rocketmq.simple;
import org.apache.rocketmq.client.exception.MQClientException;
import org.apache.rocketmq.client.producer.DefaultMQProducer;
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.whatsmars.mq.rocketmq.simple;
package org.hongxi.whatsmars.mq.rocketmq.simple;
import org.apache.rocketmq.client.consumer.DefaultMQPullConsumer;
import org.apache.rocketmq.client.consumer.PullResult;
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.whatsmars.mq.rocketmq.simple;
package org.hongxi.whatsmars.mq.rocketmq.simple;
import org.apache.rocketmq.client.consumer.DefaultMQPullConsumer;
import org.apache.rocketmq.client.consumer.PullResult;
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package com.whatsmars.mq.rocketmq.simple;
package org.hongxi.whatsmars.mq.rocketmq.simple;
import org.apache.rocketmq.client.consumer.*;
import org.apache.rocketmq.client.exception.MQClientException;
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.whatsmars.mq.rocketmq.simple;
package org.hongxi.whatsmars.mq.rocketmq.simple;
import org.apache.rocketmq.client.consumer.DefaultMQPushConsumer;
import org.apache.rocketmq.client.consumer.listener.ConsumeConcurrentlyContext;
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package com.whatsmars.mq.rocketmq.simple;
package org.hongxi.whatsmars.mq.rocketmq.simple;
import org.apache.rocketmq.common.message.MessageExt;
import org.apache.rocketmq.common.message.MessageQueue;
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.whatsmars.mq.rocketmq.simple;
package org.hongxi.whatsmars.mq.rocketmq.simple;
import org.apache.rocketmq.client.QueryResult;
import org.apache.rocketmq.client.exception.MQClientException;
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.whatsmars.mq.rocketmq.transaction;
package org.hongxi.whatsmars.mq.rocketmq.transaction;
import org.apache.rocketmq.client.producer.LocalTransactionState;
import org.apache.rocketmq.client.producer.TransactionCheckListener;
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.whatsmars.mq.rocketmq.transaction;
package org.hongxi.whatsmars.mq.rocketmq.transaction;
import org.apache.rocketmq.client.producer.LocalTransactionExecuter;
import org.apache.rocketmq.client.producer.LocalTransactionState;
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.whatsmars.mq.rocketmq.transaction;
package org.hongxi.whatsmars.mq.rocketmq.transaction;
import org.apache.rocketmq.client.exception.MQClientException;
import org.apache.rocketmq.client.producer.TransactionCheckListener;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册