JMS yet again

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ken.faulkner@gmail.com

    #1

    JMS yet again

    I've seen various posts over the years asking if python can be used to
    communicate with JMS queues (whether MQ series, Jboss queues etc etc).

    I've seen solutions such as pymqi (good for MQ, but not for jboss I
    believe), and JPype.

    This must seem an obvious question, but has anyone actually tried to
    reimplement JMS messaging nativelly in Python?

    I personally dont know the details of JMS, or if there is *something*
    about it which would make it only really possible in Java (cant think
    of what it could possibly be), but surely a Python version should be
    possible?

    Isn't the JMS spec publically available?

    Yes, this isn't a trivial application.... but *surely* someone has
    tried it?


    KenF

Working...