Do I need to worry about header?means do I have to explicitly set header or JMS api will take care of it?
will the application receiving this message will get message with header?
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
If you're using the JMS libraries, the message will contain the JMS header. If you're using the native Java API it won't. Check the Java manuals for how this is expressed in the WMQ world. Also look up TARGCLIENT.
How the receiving application handles it is a coding issue. There's no reason why a non-Java application can't process a message sent with a JMS header. _________________ Honesty is the best policy.
Insanity is the best defence.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum