1 Reply Latest reply on Apr 17, 2007 10:29 PM by genman

    Support for non-Java clients?

    fupeg

      What kind of support for non-Java clients does JBoss Messaging have? I don't count HTTP :-) Are there clients for C# and C/C++ available? Is the story any different for JBossMQ?

        • 1. Re: Support for non-Java clients?
          genman

          Not a developer, but from what I know the answer is no. Same with JBossMQ.

          There is a messaging transport standard that is language independent network protocol that is eventually going to be implemented called AMQP (Advanced messaging queue protocol). (Check the dev forums -- not sure where this is.)

          Depending on your needs a simple socket protocol that layers over JMS might be good enough.