• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem in Soap over JMS web service Client in WAS6.0

 
Ranch Hand
Posts: 158
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I created a soap over jms web service in WebSphere Application Server 6. And configured all queue connection factories and listeners. I created a web service client and used endpoint url as:
jms:/queue?destination=jms/ABCRequestQueue&connectionFactory=jms/ABCQCF&replyToDestination=jms/ABCReplyQueue&targetService=ABCJmsPort.

I can able to receive response successfully. But my problem is I don't see any messages in reply queue "ABCReplyQueue".But I can see messages in request queue. Even I deleted the reply queue from mq, still it is working. I think my web service server is ignoring the replyToDestination property. I need messages to go through reply queue. Since I am using JMSRouter my web service server is only using jms/WebServicesReplyQCF which points reply queue connection factory and not any specific queue.

Can any body help me of setting reply queue?

Thanks,
Deepak M.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic