Java JMS and python
Chris Angelico
rosuav at gmail.com
Mon Apr 13 22:42:21 EDT 2020
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
More information about the Python-list
mailing list