NO-JIRA fixing checkstyle on virtual topic mapping example
This commit is contained in:
parent
1f4e7be007
commit
186bc4464c
|
@ -49,7 +49,6 @@ public class VirtualTopicMappingExample {
|
|||
MessageConsumer messageConsumer = session.createConsumer(queue);
|
||||
connection.start();
|
||||
|
||||
|
||||
//send message to virtual topic
|
||||
Topic topic = session.createTopic("VirtualTopic.Orders");
|
||||
MessageProducer producer = session.createProducer(topic);
|
||||
|
|
Loading…
Reference in New Issue