Hi, I am using ActiveMQ 5.2 and I want to try to publish/subscribe the
messages using multicast. 
Is it possible on activemq?
I saw something similar on Weblogic:
multicastSession = topicConnection.createTopicSession(
  false, /* non-transacted session */
  WLSession.MULTICAST_NO_ACKNOWLEDGE 
 );
-- 
View this message in context: 
http://www.nabble.com/ActiveMQ-multicast-topic-queue-tp23879614p23879614.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to