1 Reply Latest reply on Apr 4, 2008 10:56 AM by peterj

    Passing HTTP request to JBoss Messaging

    thejavafreak

      Dear all,

      I've got an HTTP request coming from another apps, is it possible for me to pass this request as a message to JBoss Messaging ?

      Thanks in advance

        • 1. Re: Passing HTTP request to JBoss Messaging
          peterj

          There is no configuration setting that will do this automatically. You will need to write code. Because you wrote "an HTTP request coming from another apps", I assume that this is a web service request. Code the web service as a messaging client, passing the message off to the appropriate destination.