I have a Spring JMS message producer (org.springframework.jms.core.JmsTemplate) that I initialize like this,
sender.setConnectionFactory(new CachingConnectionFactory( new ActiveMQConnectionFactory(brokerUrl,artemisUser,unMaskedUserNamePassword)) ); and then use jmsTemplate.convertAndSend to publish the message. Do I have to worry about specifying MULTICAST/ANYCAST for message producers? I don't think I understand routing as it pertains to producers very well. If someone can help me understand this I sure would appreciate it. sg -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html