clarkperry
05-17-2005, 14:00
Hello All!
I have a problem with the MQ Adapter that I have been trying to resolve for months. Applications send me (wM) messages via MQ and include the reply to queue and reply to queue manager in the MQ message header.
The problem that I'm having is that every queue and queue manager combination must be defined to the local MQ manager and a corresponding MQ Adapter connection defined. This is a lot of work both from both the MQ Manager and wM MQ Adapter administration perspectives.
Instead I would like to override the queue name and queue manager name at runtime. There is a field to override the queue name on the MQ adapter (that I created in Developer) but there is not a field to override the queue manager name.
Note that the queue manager name I want to override is the object queue manager name specified in the MQ open and not the queue manager name specified in the MQ connect.
I have been able to write and test a java service that correctly handles this situation. However, I would like to use the MQ Adapter so that I can utilize pooling, listeners, notifications, etc.
Any help is greatly appreciated!
I have a problem with the MQ Adapter that I have been trying to resolve for months. Applications send me (wM) messages via MQ and include the reply to queue and reply to queue manager in the MQ message header.
The problem that I'm having is that every queue and queue manager combination must be defined to the local MQ manager and a corresponding MQ Adapter connection defined. This is a lot of work both from both the MQ Manager and wM MQ Adapter administration perspectives.
Instead I would like to override the queue name and queue manager name at runtime. There is a field to override the queue name on the MQ adapter (that I created in Developer) but there is not a field to override the queue manager name.
Note that the queue manager name I want to override is the object queue manager name specified in the MQ open and not the queue manager name specified in the MQ connect.
I have been able to write and test a java service that correctly handles this situation. However, I would like to use the MQ Adapter so that I can utilize pooling, listeners, notifications, etc.
Any help is greatly appreciated!