Hello all, I need to find a simple java source code example of publish-subscribe multicasting using pojos -nothing fancy.
I have been searching articles and plowing through the ActiveMQ user forums without much luck. It would be helpful if someone could point me to a good simple producer/consumer java source code example or code snippets. It would be even more helpful if I could see the activemq.xml config file that goes together with the example. I am using ActiveMQ 5.3 Incidentally, I am trying to run a single broker and a single producer blasting away small messages at a high rate and publishing them to a single topic. Multiple subscribers consume the messages. I don't need to guarantee reliable delivery (some packet loss is tolerable). In my config file I am currently trying to use openwire like this: <transportConnectors> <transportConnector name="openwire" uri="multicast://224.1.2.3:61616"/> </transportConnectors> Many many many thanks in advance for your help & advice. -- View this message in context: http://old.nabble.com/I-need-a-multicasting-example-tp27732818p27732818.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.