Java JMS and python

Julio Oña thinmanj at gmail.com
Mon Apr 13 22:51:27 EDT 2020


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
(rosuav at gmail.com) escribió:
>
> On Tue, Apr 14, 2020 at 11:20 AM Sam <python at net153.net> 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 with it from python or similar? Curious if
> > anyone else has been down this path...
> >
>
> I don't know what JMS is, but have you tried searching PyPI for it?
>
> Worst case, most of these sorts of protocols (if I'm reading you
> correctly) are built on top of things that Python *does* understand
> (TCP/IP, or HTTP, or somesuch), so you should be able to reimplement
> the protocol yourself. But try PyPI first.
>
> ChrisA
> --
> https://mail.python.org/mailman/listinfo/python-list


More information about the Python-list mailing list