Re: [BangPypers] JMS provider using RabbitMQ

2013-12-31 Thread Gora Mohanty
On 31 December 2013 19:22, Chintan Dave wrote: > Hi Gora, > > I can understand your perspective. > Lets leave this here based on individual beliefs. > > We don't necessarily need not agree to each other's point. > > All I am saying is - sending out lmgtfy links are the last things one > should con

Re: [BangPypers] JMS provider using RabbitMQ

2013-12-31 Thread Chintan Dave
Hi Gora, I can understand your perspective. Lets leave this here based on individual beliefs. We don't necessarily need not agree to each other's point. All I am saying is - sending out lmgtfy links are the last things one should consider. Saying its not relevant would have closed the thread. I

Re: [BangPypers] JMS provider using RabbitMQ

2013-12-31 Thread Gora Mohanty
On 31 December 2013 18:42, Chintan Dave wrote: [...] > 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. Pe

Re: [BangPypers] JMS provider using RabbitMQ

2013-12-31 Thread Chintan Dave
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 (

Re: [BangPypers] JMS provider using RabbitMQ

2013-12-31 Thread Gora Mohanty
On 31 December 2013 15:53, Chintan Dave 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

Re: [BangPypers] JMS provider using RabbitMQ

2013-12-31 Thread Chintan Dave
RabbitMQ supports Python for messaging purpose. I thought people who might have some hands on experience may be able to help. Please ignore if this is not the case. Thanks, On Tue, Dec 31, 2013 at 3:41 PM, Gora Mohanty wrote: > On 31 December 2013 14:11, Chintan Dave wrote: > > > > Hi, > > >

Re: [BangPypers] JMS provider using RabbitMQ

2013-12-31 Thread Gora Mohanty
On 31 December 2013 14:11, Chintan Dave wrote: > > Hi, > > I need to post messages on a JMS queue on a remote server. > RabbitMQ is compliant to JMS v1.1 and I can use it, however I am not able > to find any specific reference documentation for developing a JMS Producer > using RabbitMQ. > > The o

[BangPypers] JMS provider using RabbitMQ

2013-12-31 Thread Chintan Dave
Hi, I need to post messages on a JMS queue on a remote server. RabbitMQ is compliant to JMS v1.1 and I can use it, however I am not able to find any specific reference documentation for developing a JMS Producer using RabbitMQ. The one's available use AMQP Producer and Consumer. Any pointers wou