• 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

Mule ESB - WMQ Connector - Access WMQ Header values

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

We are using Java 8, Mule ESB 3.7.2 with WMQ Connector.

This is Pub/Sub application and I have created subscribers with Unique Application Identity Data. This is available within IBM WMQ as MQMD.ApplIdentityData.

But, Mule message doesn't bring this header information. Is there any way to access this value in Mule flow?

Application Design is like this...
* 2 Flows. Flow #1 works as a Publish flow will publish into a WMQ Topic.
* WMQ Subscribers will be added into a WMQ - Queue.
* Flow #2 will be pickup each subscriber message and process.
* Each subscriber got unique Application Identity Data and I need to access that value in Flow #2 (Consumer Flow).

Mule - WMQ Connector:



Mule Message:
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic