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

  • Aahz

    #2
    Re: JMS yet again

    In article <1132136625.101 816.40520@g49g2 000cwa.googlegr oups.com>,
    ken.faulkner@gm ail.com <ken.faulkner@g mail.com> wrote:[color=blue]
    >
    > [...][/color]

    Am I the only person who immediately thought of Babylon 5 and wondered if
    I was in the wrong newsgroup?
    --
    Aahz (aahz@pythoncra ft.com) <*> http://www.pythoncraft.com/

    "If you think it's expensive to hire a professional to do the job, wait
    until you hire an amateur." --Red Adair

    Comment

    • Aahz

      #3
      Re: JMS yet again

      In article <1132136625.101 816.40520@g49g2 000cwa.googlegr oups.com>,
      ken.faulkner@gm ail.com <ken.faulkner@g mail.com> wrote:[color=blue]
      >
      > [...][/color]

      Am I the only person who immediately thought of Babylon 5 and wondered if
      I was in the wrong newsgroup?
      --
      Aahz (aahz@pythoncra ft.com) <*> http://www.pythoncraft.com/

      "If you think it's expensive to hire a professional to do the job, wait
      until you hire an amateur." --Red Adair

      Comment

      • Ben Finney

        #4
        Re: JMS yet again

        Aahz <aahz@pythoncra ft.com> wrote:[color=blue]
        > Am I the only person who immediately thought of Babylon 5 and
        > wondered if I was in the wrong newsgroup?[/color]

        I plead guilty.

        --
        \ "I like to reminisce with people I don't know. Granted, it |
        `\ takes longer." -- Steven Wright |
        _o__) |
        Ben Finney

        Comment

        • Ben Finney

          #5
          Re: JMS yet again

          Aahz <aahz@pythoncra ft.com> wrote:[color=blue]
          > Am I the only person who immediately thought of Babylon 5 and
          > wondered if I was in the wrong newsgroup?[/color]

          I plead guilty.

          --
          \ "I like to reminisce with people I don't know. Granted, it |
          `\ takes longer." -- Steven Wright |
          _o__) |
          Ben Finney

          Comment

          • Mike Meyer

            #6
            Re: JMS yet again

            Ben Finney <bignose+hate s-spam@benfinney. id.au> writes:
            [color=blue]
            > Aahz <aahz@pythoncra ft.com> wrote:[color=green]
            >> Am I the only person who immediately thought of Babylon 5 and
            >> wondered if I was in the wrong newsgroup?[/color]
            >
            > I plead guilty.[/color]

            Well, I thought of Crusade. But I'd just finished watching those.

            <mike
            --
            Mike Meyer <mwm@mired.or g> http://www.mired.org/home/mwm/
            Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

            Comment

            • Mike Meyer

              #7
              Re: JMS yet again

              Ben Finney <bignose+hate s-spam@benfinney. id.au> writes:
              [color=blue]
              > Aahz <aahz@pythoncra ft.com> wrote:[color=green]
              >> Am I the only person who immediately thought of Babylon 5 and
              >> wondered if I was in the wrong newsgroup?[/color]
              >
              > I plead guilty.[/color]

              Well, I thought of Crusade. But I'd just finished watching those.

              <mike
              --
              Mike Meyer <mwm@mired.or g> http://www.mired.org/home/mwm/
              Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

              Comment

              Working...