Author |
Message |
Topic: QManager/Channel connections limit? |
MichaelR
Replies: 4 Views: 3479
|
Forum: General Discussion Posted: Wed Jun 23, 2004 6:17 am Subject: QManager/Channel connections limit? |
Ste,
The 100 max MQ connections is the default provided by IBM.
You can increase this setting via the MQServices MMC plug-in.
Right click on the specific QMgr and select "properties". The "Cha ... |
Topic: MQSeries V5.2 Client Send/Receive exit |
MichaelR
Replies: 9 Views: 7562
|
Forum: General Discussion Posted: Tue Jun 22, 2004 12:49 pm Subject: MQ Send/Recv Exits.... |
SFari,
Perfoming encryption and decryption via Send/Recv Message Exits will not satisfy your requirment of having the messages encrypted on the queue.
Additionally, Send/Recv exits, as they are as ... |
Topic: resolvedQueueManagerName.... |
MichaelR
Replies: 4 Views: 2892
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 01, 2003 7:15 am Subject: resolvedQueueManagerName.... |
Your results are precisely what I experienced.
While this works as described, it is confusing and, potentially, problematic. If, in the example, you remove the Remote Qmgr name in the local defini ... |
Topic: Can Channel exits be operated on selected messages? |
MichaelR
Replies: 1 Views: 2129
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 28, 2003 8:32 am Subject: Can Channel exits be operated on selected messages? |
Assuming you are using the same channel to transport different types of messages, you would have to build logic in the exit to make the determination to encrypt. You should then have the Exit modify ... |
Topic: resolvedQueueManagerName.... |
MichaelR
Replies: 4 Views: 2892
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 28, 2003 8:21 am Subject: resolvedQueueManagerName.... |
Reply-to-queue alias? Interesting feature...
Problem is, the name of the "locally" defined reply-to-queue is specified in the MQMD of the request message. My question is, when using Java, why is ... |
Topic: resolvedQueueManagerName.... |
MichaelR
Replies: 4 Views: 2892
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 26, 2003 8:26 am Subject: resolvedQueueManagerName.... |
Anybody ever report problems with Java Client dynamically "resolving" remote queue and queue manager names?
Have situation where Java Client (Win2k, 5.3, CSD05) writes message to local queue. Clie ... |
Topic: How to use the Alternate UserID to connect to queue manager |
MichaelR
Replies: 15 Views: 19983
|
Forum: IBM MQ API Support Posted: Fri Oct 17, 2003 12:03 pm Subject: AltUserId (correction) |
My bad...but I accidently omitted an instruction in the code snippet.
The correct sampe should read.....
*********************************
DCLFLD QMgr Type(MQAX200.MQQueueManager)
MQFMT_STRI ... |
Topic: How to use the Alternate UserID to connect to queue manager |
MichaelR
Replies: 15 Views: 19983
|
Forum: IBM MQ API Support Posted: Fri Oct 17, 2003 11:57 am Subject: Alternate User Id |
Actually you can "open" or "connect" to a QMgr using AltUsrId. However, if I read the code sample correctly, you are attempting to open a QMgr object for "output". I think that's the cause of your o ... |
Topic: Dead letter queues |
MichaelR
Replies: 13 Views: 13247
|
Forum: General IBM MQ Support Posted: Mon Apr 21, 2003 10:33 am Subject: Dead letter queues |
There are certain situations where the DLQ is used in a local queuing scheme. One that comes to mind involves Confirmation of Delivery
to a reply queue specified which is either "full" or has been d ... |
Topic: Channel Status after QM is bounced |
MichaelR
Replies: 7 Views: 5881
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Apr 21, 2003 9:50 am Subject: Channel Status after QM is bounced |
Thanks for the info...I would prefer to use PCF commands to resolve such a need as this provides a more platform agnostic solution.
Incidently, while I'm sure there are many other ways to automate ... |
Topic: Channel Status after QM is bounced |
MichaelR
Replies: 7 Views: 5881
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Apr 21, 2003 6:53 am Subject: Channel status after reboot.... |
Interesting view regarding scenario #2. Not a bad idea. Would be nice if IBM added some sort of "autostart" option for SDR channels at MQM "boot" time. This could probably be done (easily?) for tho ... |
Topic: HCON error |
MichaelR
Replies: 12 Views: 17148
|
Forum: IBM MQ API Support Posted: Mon Apr 21, 2003 6:13 am Subject: HCONN error |
Reeti,
You can connect to multiple QMgr's from within the same application via the Client Channel Table.
This might resolve your requirements for launching multiple "threads" to communicate wit ... |
Topic: Can I copy a queue manager and all the queues? |
MichaelR
Replies: 8 Views: 8411
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Apr 21, 2003 5:53 am Subject: Copying MQM |
Xue,
If you have a "detailed" OAM structure you might also consider using the AMQOAMD program to capture the MQ permissions of your source machine.
Good luck!!
MichaelR
 |
Topic: Channel Status after QM is bounced |
MichaelR
Replies: 7 Views: 5881
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Apr 21, 2003 5:44 am Subject: RE: Channel status after QM is bounced.... |
Peter,
Don't think the scenario is "documented" anywhere but the scenario you describe makes complete sense (to me at least).
In the first scenario:
The SDR channel reflects "retrying" becaus ... |
Topic: different versions of MQ Server and Client |
MichaelR
Replies: 3 Views: 2894
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Apr 21, 2003 5:34 am Subject: MQ 5.3 client compatability with 5.1 MQM |
I am running MQ 5.3 client connectiing with a 5.1 MQM without any issues
other than the lack of IBM support or fixes. Good thing it is only an R&D environment. |