|
@@ -42,7 +42,7 @@ public class ListenerTemplate {
|
|
// @Autowired
|
|
// @Autowired
|
|
// DmOrderPaymentService dmOrderPaymentService;
|
|
// DmOrderPaymentService dmOrderPaymentService;
|
|
|
|
|
|
-// @RabbitListener(queues = CuisineProduce.NAME, containerFactory = CuisineProduce.LISTENER)
|
|
|
|
|
|
+ @RabbitListener(queues = CuisineProduce.NAME, containerFactory = CuisineProduce.LISTENER)
|
|
public void dealDeclareMessage(Message message) throws UnsupportedEncodingException {
|
|
public void dealDeclareMessage(Message message) throws UnsupportedEncodingException {
|
|
String str = new String(message.getBody(),"utf-8");
|
|
String str = new String(message.getBody(),"utf-8");
|
|
System.out.println("receivePc:"+str);
|
|
System.out.println("receivePc:"+str);
|