Results 1 to 2 of 2

Thread: JMS Outbound request reply queue with WS

  1. #1
    Join Date
    Mar 2010
    Posts
    1

    Default JMS Outbound request reply queue with WS

    Trying to get the following spring int config working using activemq and

    Code:
        <si-jms:outbound-gateway header-mapper="jmsIDHeaderMapper" connection-factory="jmsConnectionFactory"
            request-channel="inChannel" request-destination="requestQueue"
            reply-channel="outChannel" reply-destination="replyQueue"
            receive-timeout="5000"/>
    Can anyone point me in the directions of a usable working example please?

    Many thanks in advance

  2. #2
    Join Date
    Nov 2008
    Posts
    20

    Default Using Tibco

    I did the out bound gateway using Tibco but not Active MQ, if it helps:

    http://myjavatechnologies.blogspot.c...tegration.html

    Thanks,
    Archana

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •