• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

MDB + JMS : handling an incoming MQmessage

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

scenario : an MDB will handle incoming messages (MQMessages) which have been forwareded from an MQSeriesqueue via a bridge to our Weblogic JMS queue on which the MDB is listening.

So in this context I have the following questions :
1) can you handle these MQMessages the same way as an normal generic JMS messages ?
2) how can you deal with the RFH2-header (part of the MQMessage); is it possible with JMS ?
3) do you have to use JMS for MQSeries ?

any advice or links will be appreciated.
Thanks.

Kristof
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic