• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

WebSphere 5.0, JMS over MQ

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I experience some problems sending MQ messages (jms over mq) when i respond to a temporary queue. Usually when i define a WebSphere MQ Queue Destination i can configure that the client program either will be JMS or MQ. How can i configure/alter this information my application have to reply to a destination retreved from my incomming JMS message as shown here : Destination reply_dest = inMessage.getJMSReplyTo();
The default seems to be that JMS is sent back and thus a RFH2 Header is used. I want to be able to send just a MQ message, and not a JMS message.
Hans-Jacob Melby
 
Oh sure, it's a tiny ad, but under the right circumstances, it gets bigger.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic