Posted: Fri Nov 11, 2005 9:03 am Post subject: Provider URL question
Novice
Joined: 23 Sep 2004 Posts: 13
PROVIDER_URL
In the MQ using Java book it seems to say that you can only use 3 different types of provider URL's
The URL of the session’s initial context; the root of all JNDI operations carried out by the tool. Three forms of this property are supported:
(1) ldap://hostname/contextname (for LDAP)
(2) file:[drive:]/pathname (for file system context)
(3) iiop://hostname[:port] /[?TargetContext=ctx] (to access base WebSphere Application Server CosNaming namespace)
I've used the PTPSample01 successfully while my MQ server and JMSAdmin where on the same box. I configured my qcf to use transport bind.
The problem is I have a developer who is off on another machine who wants to connect to my mq server using JMS. He keeps asking me for a provider url using TCP similar to below.
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
The Using Java manual is only giving you 3 examples of URLs that you can use. You can use any provider you want as long as you have the necessary ICF to work with the URL.
I believe there is even a SupportPac that allows you to specify that you want to use WMQ to hold your resources.
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