Re: Java JMS and python

2020-04-14 Thread Julio Oña
Found this, it's old, but it's the code. I hope it helps. https://github.com/springpython/springpython Julio El mar., 14 de abr. de 2020 a la(s) 00:30, Sam (pyt...@net153.net) escribió: > > On 4/13/20 9:51 PM, Julio Oña wrote: > > Hi > > > > There is a tool for that (I didn't use it): > > http

Re: Java JMS and python

2020-04-13 Thread Sam
On 4/13/20 9:51 PM, Julio Oña wrote: Hi There is a tool for that (I didn't use it): https://docs.spring.io/spring-python/1.2.x/sphinx/html/jms.html Hope it works for you. Julio El lun., 13 de abr. de 2020 a la(s) 22:44, Chris Angelico (ros...@gmail.com) escribió: On Tue, Apr 14, 2020 at 11:2

Re: Java JMS and python

2020-04-13 Thread Julio Oña
Hi There is a tool for that (I didn't use it): https://docs.spring.io/spring-python/1.2.x/sphinx/html/jms.html Hope it works for you. Julio El lun., 13 de abr. de 2020 a la(s) 22:44, Chris Angelico (ros...@gmail.com) escribió: > > On Tue, Apr 14, 2020 at 11:20 AM Sam wrote: > > > > Hi, > > > >

Re: Java JMS and python

2020-04-13 Thread Chris Angelico
On Tue, Apr 14, 2020 at 11:20 AM Sam wrote: > > Hi, > > We are not a java shop and we are trying to interface with an API that > is "JMS only". We asked if it supported activeMQ or STOMP and they > replied that it is Sun JMS only. So what does that mean if we want to > communicate

Java JMS and python

2020-04-13 Thread Sam
Hi, We are not a java shop and we are trying to interface with an API that is "JMS only". We asked if it supported activeMQ or STOMP and they replied that it is Sun JMS only. So what does that mean if we want to communicate with it from python or similar? Curious if anyone els