Author |
Message |
Topic: utility to put a 2500 byte message on queue |
tminifie
Replies: 6 Views: 14514
|
Forum: IBM MQ Performance Monitoring Posted: Fri Nov 14, 2008 10:31 am Subject: utility to put a 2500 byte message on queue |
I changed the buffer size and changed the input to be a file instead of stdin and it worked like a charm.
Thanks! |
Topic: utility to put a 2500 byte message on queue |
tminifie
Replies: 6 Views: 14514
|
Forum: IBM MQ Performance Monitoring Posted: Thu Nov 13, 2008 9:42 am Subject: utility to put a 2500 byte message on queue |
Hi
I was using amqsput(MQv6.0 on AIX) to put a message on a queue, but my 2500 byte message is broken up into multiple 99 byte size messages. Is there a way to accomplish this with amqsput or perha ... |
Topic: Application message segmentation in a clustered environment |
tminifie
Replies: 3 Views: 6087
|
Forum: Clustering Posted: Thu Oct 30, 2008 9:12 am Subject: Application message segmentation in a clustered environment |
Yes we are specifying the Queue Manager Name in the MQOD, see below
MQOD od = {MQOD_DEFAULT};
memset(od.ObjectQMgrName, ' ', MQ_Q_NAME_LENGTH);
strncpy(od.ObjectQMgrName, getenv("CBQMG ... |
Topic: Application message segmentation in a clustered environment |
tminifie
Replies: 3 Views: 6087
|
Forum: Clustering Posted: Thu Oct 30, 2008 8:02 am Subject: Application message segmentation in a clustered environment |
Hi
I'm investigating a bug in our system that appears to be due our application incorrectly handling a segmented message in our clustered environment. We are using MQ 6.0.
Our application is set ... |
Topic: Dead Letter Queue monitoring |
tminifie
Replies: 8 Views: 8257
|
Forum: General IBM MQ Support Posted: Fri Sep 26, 2008 10:35 am Subject: Dead Letter Queue monitoring |
point taken, Thanks Bruce! |
Topic: Dead Letter Queue monitoring |
tminifie
Replies: 8 Views: 8257
|
Forum: General IBM MQ Support Posted: Fri Sep 26, 2008 9:23 am Subject: Dead Letter Queue monitoring |
Thanks for the response Fella's.
I will go back to our administrator and if its company policy to always open an AR ticket when SiteScope queue monitoring is alerted then I will put a trigger on a ... |
Topic: Dead Letter Queue monitoring |
tminifie
Replies: 8 Views: 8257
|
Forum: General IBM MQ Support Posted: Fri Sep 26, 2008 7:48 am Subject: Dead Letter Queue monitoring |
yes we are using SiteScope, but I am told by our administrator that the way it is currenlty configured, an AR Remedy ticket is opened every time a queue threshhold is hit and that is fine for all the ... |
Topic: Dead Letter Queue monitoring |
tminifie
Replies: 8 Views: 8257
|
Forum: General IBM MQ Support Posted: Fri Sep 26, 2008 7:37 am Subject: Dead Letter Queue monitoring |
I need to develop a script to monitor our CORE_DEAD_LETTER(DEAD_LETTER_QUEUE) queue, more specifically to email a list of people every time a message lands on this queue. I have some experience with M ... |
Topic: Installation of MQ6.0 on an AIX box that already has MQ5.3 |
tminifie
Replies: 1 Views: 2250
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jan 16, 2008 2:14 pm Subject: Installation of MQ6.0 on an AIX box that already has MQ5.3 |
Hi
Can we install MQ 6.0 on a AIX 5.3 server that already has MQ 5.3? Our clients are currently using MQ 5.3 and we would like to install MQ 6.0 on the same server for testing purposes and still co ... |
Topic: MQCONN hangs MQ 5.3 using threaded libraries |
tminifie
Replies: 1 Views: 3319
|
Forum: IBM MQ API Support Posted: Tue May 15, 2007 10:03 am Subject: MQCONN hangs MQ 5.3 using threaded libraries |
I have upgraded the MQ fix pack to #13 and still the MQCONN hangs.
mqm.Client.Bnd 5.3.0.1 C F WebSphere MQ Client Bundle
mqm.Server.Bnd 5.3.0.1 C F ... |
Topic: MQCONN hangs MQ 5.3 using threaded libraries |
tminifie
Replies: 1 Views: 3319
|
Forum: IBM MQ API Support Posted: Tue May 15, 2007 5:18 am Subject: MQCONN hangs MQ 5.3 using threaded libraries |
Our application is hanging on the MQCONN call. This is only when I link to the mqm_r threaded libraries. This is only happening with MQ 5.3 as well. I used the same application on another of our serve ... |
Topic: MQ 2122 MQRC_PARTICIPANT_NOT_AVAILABLE error |
tminifie
Replies: 3 Views: 4573
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed May 09, 2007 12:09 pm Subject: MQ 2122 MQRC_PARTICIPANT_NOT_AVAILABLE error |
The database is available. We just found out the issue. I only copied over the 64 bit db2swit file to the new server. I didn't realize that because our application is 32 bit we also needed a 32 bit db ... |
Topic: MQ 2122 MQRC_PARTICIPANT_NOT_AVAILABLE error |
tminifie
Replies: 3 Views: 4573
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed May 09, 2007 11:29 am Subject: MQ 2122 MQRC_PARTICIPANT_NOT_AVAILABLE error |
Hi
Our application is encountering an MQ 2122 error when it attempts to do a MQBEGIN.
Here is our configuration:
MQ v6.0.2.1 - Acting as a resource Coordinator for 2 phase commit
64 bit com ... |
Topic: MQCONN error with 32bit app connecting to MQ v6.0 |
tminifie
Replies: 18 Views: 17661
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 01, 2007 5:51 am Subject: MQCONN error with 32bit app connecting to MQ v6.0 |
Thanks Jeff! |
Topic: MQCONN error with 32bit app connecting to MQ v6.0 |
tminifie
Replies: 18 Views: 17661
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 01, 2007 5:38 am Subject: MQCONN error with 32bit app connecting to MQ v6.0 |
sorry, this is new to me. What is a PMR and how do I open one? |