Author |
Message
|
moorthikv |
Posted: Wed Sep 09, 2009 10:42 pm Post subject: add user identifier in the message |
|
|
Newbie
Joined: 19 Sep 2008 Posts: 9
|
I’m new to MQ. I request any once to guide me that how can I add the User identifier in the message descriptor of a message. MQ version is 5.3. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Sep 09, 2009 11:15 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
if you are new, then you should
read the manuals
search the forum
being new is not an excuse for not having tried to find information in the manuals or by searching the forum, and your very basic question showes me you did not try that.
under normal conditions the user identifier is set by mq when a message is put. the userid is part of the contexct information. how to set that userid by yourself irequires special authorization, and all that is described in the manuals.
btw - 5.3 is no longer supported.
however, welcome to the world of mq. read the documentation to get a better understanding ybout mq. _________________ Regards, Butcher |
|
Back to top |
|
 |
moorthikv |
Posted: Thu Sep 10, 2009 4:27 am Post subject: |
|
|
Newbie
Joined: 19 Sep 2008 Posts: 9
|
Thanks for the advice and reply Mr Butcher.
Could you pls guide me which documentation will help me to understand. I tried searching and i cant find step by step implementation. Kinldy advice. |
|
Back to top |
|
 |
exerk |
Posted: Thu Sep 10, 2009 4:35 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Application Programming Guide maybe? Just a guess of course... _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Thu Sep 10, 2009 5:26 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
in addition, you will not find a step by step guide of "how to put in a userid into a mqseries message header". thats what i meant you should read to get a better understanding of MQ. If you know more about MQ, about the message layout, about the message header and its attrributes and how a program communicates with MQ, then you also know how to set the userid. just trying to search for a specific topic or keyword may not give you the information you are looking for.
so READ the documentation, don't just search it. _________________ Regards, Butcher |
|
Back to top |
|
 |
Vitor |
Posted: Thu Sep 10, 2009 7:29 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
moorthikv wrote: |
Could you pls guide me which documentation will help me to understand. I tried searching and i cant find step by step implementation. |
All the documentation is convieniently located in the Info Centre; a link to this is convieniently located at the top of this page.
This does not contain step by step instructions of what you exactly need to do, in the same way a Java manual doesn't contain step by step instructions of how to write the application you need to write. Rather it describes how the Java language works in the same way the Info Centre describes the facilities of WMQ.
And bear in mind the comments of my associates - v5.3 is out of support. Upgrade to v6 as a minimum. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|