Hi Gora, IMHO - you might want to read up a little on Interoperability. Here is the food for your brain:
http://en.wikipedia.org/wiki/Streaming_Text_Oriented_Messaging_Protocol Anyways following is an answer to your question: Any JMS compliant message broker can be used to invoke JMS consumer (which resides on remote server). Now it is upto the message broker as to what all platform it supports for coding producers. If it supports Python, this is possible. Since RabbitMQ supports it, I believed it is possible. I know as a matter of fact that this is possible using Apache ActiveMQ (another JMS compliant broker) which supports STOMP. URL: http://activemq.apache.org/stomp.html It provides Interoperability between JMS clients written using any language (Python, Ruby and more) and JMS consumers written using Java. The idea here was to experiment using RabbitMQ and see if I can invoke it, since it supports not only JMS but also STOMP. You may want to have a look at the following (slide no 28), which clearly mentions that JMS is supported: http://www.rabbitmq.com/resources/google-tech-talk-final/alexis-google-rabbitmq-talk.pdf PS: I asked a question thinking there may be some wise people who may be able to help me in my research, however it seems - the culture here is to humiliate people. Even if the question was not relevant, delete was just a click away. People should realize that no one is stupid enough to ask questions without really doing basic research. On Tue, Dec 31, 2013 at 5:31 PM, Gora Mohanty <g...@mimirtech.com> wrote: > On 31 December 2013 15:53, Chintan Dave <davechin...@gmail.com> wrote: > > > > RabbitMQ supports Python for messaging purpose. I thought people who > might > > have some hands on experience may be able to help. > [...] > > IMHO, that hardly makes it relevant, especially given that JMS > is a JAVA API. > > Did you take a look at the links from the Google search: Some > seemed helpful. > > Regards, > Gora > _______________________________________________ > BangPypers mailing list > BangPypers@python.org > https://mail.python.org/mailman/listinfo/bangpypers > -- Regards, Chintan Dave, LinkedIn: http://in.linkedin.com/in/chintandave Blog:http://www.chintandave.com _______________________________________________ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers