You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by evanw <ev...@interactivedata.com> on 2009/06/05 01:26:29 UTC

ActiveMQ multicast topic/queue

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.