Author |
Message
|
sdkal |
Posted: Mon Dec 29, 2014 10:00 pm Post subject: Understanding JNDI Binding file for MQ |
|
|
Novice
Joined: 20 Sep 2011 Posts: 10
|
Please let me know where I can find information to understand JNDI binding file for MQ. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Dec 30, 2014 3:48 am Post subject: Re: Understanding JNDI Binding file for MQ |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
sdkal wrote: |
Please let me know where I can find information to understand JNDI binding file for MQ. |
Way too vague to qualify a response. You did not specify the initial context factory, nor the environment, etc..., etc..., etc...
What have you tried and to what result?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
sdkal |
Posted: Tue Dec 30, 2014 4:24 pm Post subject: |
|
|
Novice
Joined: 20 Sep 2011 Posts: 10
|
This is w.r.t sending messages to MQ using JMS. I have a .binding file created using MQ Explorer. When I try to read this file, I find it difficult understand the various Key-Value pairs in this file.
I am looking for a document which explains these Key-Values. |
|
Back to top |
|
 |
sdkal |
Posted: Tue Dec 30, 2014 4:28 pm Post subject: |
|
|
Novice
Joined: 20 Sep 2011 Posts: 10
|
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Dec 31, 2014 6:18 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Define what key - value pairs you are having trouble with...
All values are explained in the infocenter... or pretty much obvious in MQExplorer...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
calanais |
Posted: Mon Jan 05, 2015 5:48 am Post subject: |
|
|
Apprentice
Joined: 12 Mar 2010 Posts: 32
|
Note as well that the contents of the .binding file aren't for 'people' to read. They are for the File System context JNDI provider to load from.
The interaction should be via the JNDI lookup methods.
Have you reviewed any of the sample applications? |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Jan 05, 2015 5:57 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
If you need to access the JNDI bindings file in order to know what the name value elements to use in the JNDI setup of the app server, use the JMSAdmin example and the different display commands... like display qcf or xaqcf etc...
Or reference the .bindings directory in the MQExplorer JMS context setup and display the defined objects...
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|