• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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.
 
I have gone to look for myself. If I should return before I get back, keep me here with this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic