Author |
Message |
Topic: Help with PCF MQCMD_INQUIRE_CONNECTION command |
CoreySanders
Replies: 1 Views: 3877
|
Forum: IBM MQ Java / JMS Posted: Tue May 27, 2008 12:19 pm Subject: RTFM |
As with most things this just ended up being an RTFM case. The connection id parameters are clearly marked as MQFSB structures, meaning I should pass a byte array and not a string. Below are the relev ... |
Topic: Help with PCF MQCMD_INQUIRE_CONNECTION command |
CoreySanders
Replies: 1 Views: 3877
|
Forum: IBM MQ Java / JMS Posted: Tue May 27, 2008 9:44 am Subject: Help with PCF MQCMD_INQUIRE_CONNECTION command |
I am trying to run the equivalent of the MQSC "dis conn(*)" from a Java PCF client, but I am running into trouble. The agent send command is throwing an MQException with RC 3015 which is MQR ... |
Topic: MQRC_UNEXPECTED_ERROR (2195) During get with wait |
CoreySanders
Replies: 8 Views: 9098
|
Forum: IBM MQ API Support Posted: Mon Apr 14, 2008 9:32 am Subject: MQRC_UNEXPECTED_ERROR (2195) During get with wait |
The Java client returns 2195 if its network connection is interrupted, rather than a 2009.
I have been trying to reproduce the 2195 due to network interruption in my development environment and hav ... |
Topic: MQRC_UNEXPECTED_ERROR (2195) During get with wait |
CoreySanders
Replies: 8 Views: 9098
|
Forum: IBM MQ API Support Posted: Thu Apr 10, 2008 7:34 am Subject: MQRC_UNEXPECTED_ERROR (2195) During get with wait |
I just learned that our version of MQ is end of life, so we can't get support on this issue. We are going to try to update to fix pack 14 and see if that fixes the issue. I do notice that a couple of ... |
Topic: MQRC_UNEXPECTED_ERROR (2195) During get with wait |
CoreySanders
Replies: 8 Views: 9098
|
Forum: IBM MQ API Support Posted: Thu Apr 10, 2008 6:24 am Subject: MQRC_UNEXPECTED_ERROR (2195) During get with wait |
We don't have a /var/mqm/errors directory on the client side. Our normal procedure for client "installation" is to lay down our java code and then copy the necessary MQ jars from the server. ... |
Topic: MQRC_UNEXPECTED_ERROR (2195) During get with wait |
CoreySanders
Replies: 8 Views: 9098
|
Forum: IBM MQ API Support Posted: Thu Apr 10, 2008 5:56 am Subject: MQRC_UNEXPECTED_ERROR (2195) During get with wait |
I have code that is running a loop that does a get with wait for 60 seconds, time out, get with wait, etc. We are letting this application run idle; no data. Every few days or so I am seeing MQRC_UNEX ... |
Topic: Sequencing of messages within a unit of work |
CoreySanders
Replies: 13 Views: 6281
|
Forum: General IBM MQ Support Posted: Thu Feb 21, 2008 7:00 am Subject: Sequencing of messages within a unit of work |
Even if they really *do* need to be two messages, why are they two queues?
If I had this set of unusual requirements, I'd use a message group and put "the trigger message" as the "th ... |
Topic: Sequencing of messages within a unit of work |
CoreySanders
Replies: 13 Views: 6281
|
Forum: General IBM MQ Support Posted: Thu Feb 21, 2008 6:51 am Subject: Sequencing of messages within a unit of work |
The application needs to support large messaging. The application communicates with a mainframe version of MQ that does not support automatic message segmentation. So, we do application level data seg ... |
Topic: Sequencing of messages within a unit of work |
CoreySanders
Replies: 13 Views: 6281
|
Forum: General IBM MQ Support Posted: Thu Feb 21, 2008 6:31 am Subject: Sequencing of messages within a unit of work |
I don't know anything about MQ builtin triggering. I will look into it. I am guessing that it won't work for my purposes though. The content of my trigger message contains application metadata describ ... |
Topic: Sequencing of messages within a unit of work |
CoreySanders
Replies: 13 Views: 6281
|
Forum: General IBM MQ Support Posted: Wed Feb 20, 2008 8:26 pm Subject: Sequencing of messages within a unit of work |
Do you have any input as to why that might be? Is there something special I need to do to make operations on both queues participate in a single transaction? Are there any debugging methods I can use ... |
Topic: Sequencing of messages within a unit of work |
CoreySanders
Replies: 13 Views: 6281
|
Forum: General IBM MQ Support Posted: Wed Feb 20, 2008 4:14 pm Subject: Sequencing of messages within a unit of work |
I hope someone can help me with the following problem.
We have an application that sends messages to two different queues using the following sequence of events.
Open session
Open queue w/ SY ... |