Hi Amer, if you want to subscribe several services to the same topic or queue you simply set the same queue or topic name for all these services.
The only difference is the behaviour. If a message is sent to a queue then one of the consumers will get the message. Typically this works round robin. For a topic always all consumers get the message. So there is not much to it than this. Best regards Christian Christian Schneider Informationsverarbeitung Business Solutions Handel und Dispatching Tel : +49-(0)721-63-15482 EnBW Systeme Infrastruktur Support GmbH Sitz der Gesellschaft: Karlsruhe Handelsregister: Amtsgericht Mannheim HRB 108550 Vorsitzender des Aufsichtsrats: Dr. Bernhard Beck Geschäftsführer: Jochen Adenau, Hans-Günther Meier -----Ursprüngliche Nachricht----- Von: amer.almani [mailto:[email protected]] Gesendet: Mittwoch, 24. November 2010 13:30 An: [email protected] Betreff: Re: topics queues in soap over jms Hi, I have assignment to implement web services over jms transport. I read the JMS specification and I understand it very well. I am missing the part in cxf where mulitple webserviecs can subscrite to a topic. I checked the cxf examples for jms queue & jms pub/sub. I gotta say the two examples looks exactly the same except that the service defines its destination as as a topic rather than a queue. Can you point to an example where there are number of web services are interacting over jms transport. The documentation for jms is very confusing!!! Amer -- View this message in context: http://cxf.547215.n5.nabble.com/topics-queues-in-soap-over-jms-tp3275290p3278309.html Sent from the cxf-user mailing list archive at Nabble.com.
