Author |
Message |
Topic: 2033 error even before timeout interval |
magesh_chandren
Replies: 2 Views: 3474
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 09, 2004 8:01 am Subject: 2033 error even before timeout interval |
Hi,
Using java MQ api is put and get messages on queues
I used to wait for messages with a particual correlation ID
(ie gmo.matchOptions = MQC.MQMO_MATCH_CORREL_ID;)
and with MQGMO_WAIT op ... |
Topic: MQGMO_WAIT with 0 seconds of wait interval is not working |
magesh_chandren
Replies: 7 Views: 11871
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 18, 2004 2:45 am Subject: MQGMO_WAIT with 0 seconds of wait interval is not working |
I agree with what you say..... the performance what I was referring to was my backend prog performance. Sorry for not giving the whole picture.
In my application, I put a message A on to a queue sa ... |
Topic: MQGMO_WAIT with 0 seconds of wait interval is not working |
magesh_chandren
Replies: 7 Views: 11871
|
Forum: IBM MQ Java / JMS Posted: Sun Oct 17, 2004 9:33 pm Subject: MQGMO_WAIT with 0 seconds of wait interval is not working |
Hi,
Using java MQ api is put and get messages on queues. It was working fine so far until I tried to manipulate with the wait interval.
I used to wait for messages with a particual correlation ... |
Topic: Problem with retrieving a specific message with MQ |
magesh_chandren
Replies: 11 Views: 7106
|
Forum: IBM MQ Java / JMS Posted: Sun Apr 04, 2004 11:35 pm Subject: Re:Retrieving speific message |
Hi Jeff,
I have 2 queues. Request Q and Reply Q.
To put it simpler, I have a simple java client program which puts message into the request queue (say I put the message "Message1") and waits for ... |
Topic: Problem with retrieving a specific message with MQ |
magesh_chandren
Replies: 11 Views: 7106
|
Forum: IBM MQ Java / JMS Posted: Sun Apr 04, 2004 8:49 pm Subject: Problem with retrieving a specific message with MQ |
Hi All,
Iam using MQ Java client to connect to a MQ Server. This is what I do in steps.
1. Access a queue (say Q1) and put a message MSG1 into it
2. Another program waits for a message on th ... |
Topic: How to retrieve a specific message from Queue |
magesh_chandren
Replies: 0 Views: 2117
|
Forum: IBM MQ API Support Posted: Thu Apr 01, 2004 7:48 am Subject: How to retrieve a specific message from Queue |
Hi All,
Iam using MQ Java client to connect to a MQ Server. This is what I do in steps.
1. Access a queue (say Q1) and put a message MSG1 into it
2. Another program waits for a message on ... |
Topic: Error:Completion Code 2, Reason 2059 |
magesh_chandren
Replies: 3 Views: 3823
|
Forum: IBM MQ API Support Posted: Tue Feb 24, 2004 12:14 am Subject: Error:Completion Code 2, Reason 2059 |
Iam using MQSeries 5.3 client java api to connect to a remote MQ server. I have the following things set on the remote server:Server Channel, Queue Manager, and a Queue. I have also set a UserID to au ... |
Topic: Help : Triggering a CICS transaction |
magesh_chandren
Replies: 6 Views: 13839
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Feb 19, 2004 7:21 am Subject: Help : Triggering a CICS transaction |
Hi Eddie,
The document I have says that I need that ID to access the Queues. Am I any clearer?  |
Topic: Help : Triggering a CICS transaction |
magesh_chandren
Replies: 6 Views: 13839
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Feb 19, 2004 6:57 am Subject: Help : Triggering a CICS transaction |
Hi Eddie,
One more issue I am having is that I have been given a user ID which can be used with the transaction ID which will be triggered once the queue is populated with some message.
Is ther ... |
Topic: Help : Triggering a CICS transaction |
magesh_chandren
Replies: 6 Views: 13839
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Feb 19, 2004 4:53 am Subject: Help : Triggering a CICS transaction |
Hi All,
We have a request-remote queue and local-reply queue on the NT server machine and a local-request Queue on the Mainframe MQ server.
Once a message is put into the request-remote queue on ... |
Topic: Help - COBOL MQSeries Client |
magesh_chandren
Replies: 1 Views: 2260
|
Forum: IBM MQ API Support Posted: Thu Feb 19, 2004 1:57 am Subject: Help - COBOL MQSeries Client |
Can a Client program be written in COBOL to contact a remote MQServer. Any inputs on this would be of much help
Thnx
Magesh |
Topic: Help! |
magesh_chandren
Replies: 1 Views: 2423
|
Forum: IBM MQ API Support Posted: Tue Feb 17, 2004 12:20 am Subject: Help! |
Hi,
I have a MQ server ( say MQS1) running on an NT machine in clients place. This MQServer inturn communicates with another MQServer (say MQS2) running on an IBM machine(which is again in the cli ... |