Author |
Message |
Topic: utility to put a 2500 byte message on queue |
bower5932
Replies: 6 Views: 14476
|
Forum: IBM MQ Performance Monitoring Posted: Fri Nov 21, 2008 3:15 pm Subject: utility to put a 2500 byte message on queue |
Edit the buffer size to be 2500 instead of 100 and recompile. |
Topic: Identifying Orphan Subscriptions with MQ Pub/Sub Broker |
bower5932
Replies: 3 Views: 7825
|
Forum: General IBM MQ Support Posted: Fri Nov 21, 2008 7:33 am Subject: Identifying Orphan Subscriptions with MQ Pub/Sub Broker |
The way that we've always told was by queue growth. If the subscriber was orphaned, the queue depth kept growing. |
Topic: Message broker installation |
bower5932
Replies: 6 Views: 11388
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Nov 21, 2008 7:32 am Subject: Message broker installation |
I would have thought that the broker trial would have come with DB2 (and also WMQ). Did it not? |
Topic: hey architects |
bower5932
Replies: 5 Views: 8851
|
Forum: General Discussion Posted: Fri Nov 21, 2008 7:31 am Subject: hey architects |
There is also some patterns information on developerworks:
http://www.ibm.com/developerworks/patterns/ |
Topic: Need CSD5 for V5.3 on AIX |
bower5932
Replies: 10 Views: 14040
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Nov 18, 2008 9:17 am Subject: Need CSD5 for V5.3 on AIX |
If we're auctioning things off, I have a CD of "IBM MQSeries for OS/2 WARP" Version 5.1. We moved last year and I couldn't bring myself to throw it away. I figured it would one day be real ... |
Topic: exec(): 0509-036 Cannot load program dspmqver |
bower5932
Replies: 6 Views: 12328
|
Forum: General IBM MQ Support Posted: Thu Nov 13, 2008 1:11 pm Subject: exec(): 0509-036 Cannot load program dspmqver |
Might be related:
http://www.mqseries.net/phpBB2/viewtopic.php?p=172274&highlight= |
Topic: Problem In MQ MessageID |
bower5932
Replies: 49 Views: 59240
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 04, 2008 9:16 am Subject: Problem In MQ MessageID |
CorrelExample.java at http://www-304.ibm.com/jct09002c/isv/tech/sampmq.html#java sets correlation and message id's so that you can see how selectors work.
I'll second Vitor and say that you shoul ... |
Topic: Problem In MQ MessageID |
bower5932
Replies: 49 Views: 59240
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 04, 2008 6:54 am Subject: Re: Problem In MQ MessageID |
Message ID=>ID:414d5120464c45584d4c5f58415f4a41490834cf2007e904
CorrelationID=>SATYAM Computers
FYI...The correlation and message id's are not converted by WMQ when messages are sent to di ... |
Topic: convert hexa to string |
bower5932
Replies: 5 Views: 10068
|
Forum: General Discussion Posted: Tue Nov 04, 2008 5:29 am Subject: convert hexa to string |
The amqsbcg sample program dumps the message id and correlation id out. You might want to look at it as well. |
Topic: rfhutil Load Q issue |
bower5932
Replies: 1 Views: 5604
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 03, 2008 3:40 pm Subject: Re: rfhutil Load Q issue |
I'd guess that in rfhutil you are connecting in binding mode and with load q you are using client mode. Look at your channel definition. |
Topic: MQ C/C++ api for linux |
bower5932
Replies: 5 Views: 15788
|
Forum: IBM MQ API Support Posted: Thu Oct 30, 2008 12:46 pm Subject: MQ C/C++ api for linux |
If I use MQCONNX, will I be able to connect to a queue manager on a different machine specifying the hostname and channel configuration. Can somebody provide an example of that. If yes can I use the ... |
Topic: MQ C/C++ api for linux |
bower5932
Replies: 5 Views: 15788
|
Forum: IBM MQ API Support Posted: Thu Oct 30, 2008 9:48 am Subject: MQ C/C++ api for linux |
Take a look at the MQCONNX call. It has an additional parameter that allows you to specify client connect information. |
Topic: Version of MQ client. |
bower5932
Replies: 8 Views: 13194
|
Forum: General IBM MQ Support Posted: Thu Oct 30, 2008 8:25 am Subject: Version of MQ client. |
dspmqver
If this doesn't work, you need to upgrade your MQ Client to a supported version of MQ.
Curiosity, what version actually exists on this box? |
Topic: Version of MQ client. |
bower5932
Replies: 8 Views: 13194
|
Forum: General IBM MQ Support Posted: Thu Oct 30, 2008 6:50 am Subject: Version of MQ client. |
I don't have a machine with just the client installed, but I thought the dspmqver command worked on the client as well as the server. |
Topic: Error Code 2059 Returned By MQCONN |
bower5932
Replies: 8 Views: 45158
|
Forum: IBM MQ API Support Posted: Thu Oct 30, 2008 5:57 am Subject: Error Code 2059 Returned By MQCONN |
The FDC has this in it:
Comment1 :- Duplicate AMQXCS2.dll found - see below
and below gives details about where it found the two files. I'd suggest looking at the details to see i ... |