You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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...
Regards,
Sam
Chris Angelico
unread,
Apr 13, 2020, 10:42:47 PM4/13/20
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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
Julio Oña
unread,
Apr 13, 2020, 10:51:57 PM4/13/20
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I had high hopes for the spring for python project.. but looks like it
is dead? Most docs for it point to dates of 2009 and all the source
links point to dead websites.
Regards,
Sam
Julio Oña
unread,
Apr 14, 2020, 12:16:47 PM4/14/20
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Found this, it's old, but it's the code. I hope it helps.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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...
Regards,
Sam
Dennis Lee Bieber
unread,
Apr 17, 2020, 7:15:31 PM4/17/20
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On Mon, 13 Apr 2020 17:58:14 -0500, Sam <pyt...@net153.net> declaimed the
following:
>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