Posted: Mon May 29, 2006 1:12 am Post subject: JText adapter on different machine then MB / MQ
Disciple
Joined: 04 Jan 2006 Posts: 164 Location: Belgium
[this is a double post, since i didn't know on which forum to post]
Hello
i'm facing following problem:
Machine A (UNIX):
- Websphere Message Broker
- MQ QMGR
Machine B (UNIX):
- Adapter framework
- JText Adapter
the JText adapter has to poll a certain directory on machine B and send the data to a JText Delivery Queue who is on the QMGR on machine A.
We have always worked with a configuration where all components are on 1 machine.
Now i'm wondering of the above situation is possible and if so what i need to install on machine B to make it work.
eg. do i need a MQ Client? do i need to configure the adapter with the machine and the port of the QMGR in stead of the QMGR name, etc.
I have found the solution on another forum on the net.
You can install an adapter (and the adapter framework) on a remote machine.
But you need to configure your connector so it can talk to MQ using a client channel.
In other words, the jms.MessageBrokerName should have the following syntax:
QueueMgrName:Channel:Hostname:Portnumber
After knowing this, it's easily to find in the IBM documentation...
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