|
|
|
@@ -4,15 +4,11 @@ import java.util.Properties; |
|
|
|
|
|
|
|
import javax.annotation.PostConstruct; |
|
|
|
|
|
|
|
import org.junit.Test; |
|
|
|
import org.junit.runner.RunWith; |
|
|
|
import org.slf4j.Logger; |
|
|
|
import org.slf4j.LoggerFactory; |
|
|
|
import org.springframework.beans.factory.annotation.Value; |
|
|
|
import org.springframework.boot.test.context.SpringBootTest; |
|
|
|
import org.springframework.context.annotation.Profile; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.test.context.junit4.SpringRunner; |
|
|
|
|
|
|
|
import com.aliyun.openservices.ons.api.Message; |
|
|
|
import com.aliyun.openservices.ons.api.PropertyKeyConst; |
|
|
|
@@ -20,7 +16,6 @@ import com.aliyun.openservices.ons.api.SendResult; |
|
|
|
import com.aliyun.openservices.ons.api.bean.OrderProducerBean; |
|
|
|
import com.aliyun.openservices.ons.api.exception.ONSClientException; |
|
|
|
import com.iformall.domain.po.msg.BaseMsg; |
|
|
|
import com.iformall.enums.EnumMsgMqTopic; |
|
|
|
import com.iformall.mq.MQConfig; |
|
|
|
import com.iformall.mq.MqBaseProducer; |
|
|
|
import com.iformall.utils.JsonUtil; |
|
|
|
|