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

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:
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic