Im trying to use the vendor-neutral connection method by binding the QueueManager and Queues on remote host to LDAP and then accessing it using JMS Client program on a different host. This is the code ...
I have a queue manager/ set of queues and a lDAP directory server on Machine A. I have bound the queue Manager/queues to LDAP using JMSAdmin.
I have a client program on Machine B which makes jn ...