Author |
Message |
Topic: Another Newbe Question |
santosh.lokhande
Replies: 4 Views: 4634
|
Forum: General Discussion Posted: Sat Jun 16, 2007 6:12 am Subject: MQueue not able to send or receive messages |
Hi,
We have configured MQueue on our dev environment and it seems to work fine.
But on QC its not able to send or receive messages.
How do we check what is the status of the Queue or the QueueMa ... |
Topic: Using SSL to access queue |
santosh.lokhande
Replies: 2 Views: 3592
|
Forum: IBM MQ API Support Posted: Wed May 16, 2007 6:27 am Subject: Using SSL to access queue |
Hi,
I have a requirement to use SSL to access queue's.
We have already tested the java code for accessing queue's without SSL but now the requirement is to have SSL enabled queue's to be accessed. ... |
Topic: MQueue Read |
santosh.lokhande
Replies: 4 Views: 4536
|
Forum: IBM MQ API Support Posted: Thu May 03, 2007 1:20 am Subject: openOptions |
thanks. Ive change the options and now the messages are not getting deleted. |
Topic: MQueue Read |
santosh.lokhande
Replies: 4 Views: 4536
|
Forum: IBM MQ API Support Posted: Wed May 02, 2007 8:09 am Subject: MQueue Read |
Hi,
What openOptions do we set so that the messages when read
from the queue are readonly.
Thanks
Santosh |
Topic: Deleting particular message from q |
santosh.lokhande
Replies: 19 Views: 26575
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Mar 12, 2007 1:41 am Subject: Re: How do we delete msg's once read. |
And as previously stated on this post, it's seldom good design to use browse. Read the messages as they're presented.[/quote]
Thanks Guys for your replies.
My code is working now.
But still i ... |
Topic: Deleting particular message from q |
santosh.lokhande
Replies: 19 Views: 26575
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Mar 04, 2007 11:19 pm Subject: How do we delete msg's once read. |
I have a similiar doubt.
I am quite new to MQ and for a proj requirement
I am reading the MQ. The problem is I am facing problem
when I read the message and as soon as its read Ive to delete it off ... |