Results 1 to 2 of 2

Thread: webservices over jms

  1. #1

    Question webservices over jms

    Hi All,

    I need to create web service which will get invoked whenever there is a message on ActiveMQ queue, i.e. whenever a message arrives on the queue the web service should get invoked.

    I guess I need to use WebServiceMessageListener to achieve this ?

    Since I am a newbie to Spring Web Services any help or links will be appreciated.

    Thanks.

  2. #2
    Join Date
    Jun 2009
    Posts
    13

    Default

    You might want to see chapters 3 to 6 of the Spring Web Services Reference Documentation.

    In chapter 5, see the section titled JMS Transport.

    This might help you get started.

Tags for this Thread

Posting Permissions

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