Author |
Message |
Topic: How to loop through all the messages in the queue... |
jamesgeorgem
Replies: 11 Views: 13958
|
Forum: General Discussion Posted: Mon Feb 15, 2010 4:14 pm Subject: Re: How to loop through all the messages in the queue... |
It will be great if you provide me some links where sample code is present for finding the next message.
Try Vitor's ideas.. I don't know much about Java and so don't use those resources.
You said ... |
Topic: How to loop through all the messages in the queue... |
jamesgeorgem
Replies: 11 Views: 13958
|
Forum: General Discussion Posted: Mon Feb 15, 2010 3:50 pm Subject: Re: How to loop through all the messages in the queue... |
The fastest and best way for a getter program to use MQ is to get the next message from the queue. So, if possible (see below) specify no message id, no correl id, nothing. Just get the next message ... |
Topic: How to loop through all the messages in the queue... |
jamesgeorgem
Replies: 11 Views: 13958
|
Forum: General Discussion Posted: Mon Feb 15, 2010 3:11 pm Subject: How to loop through all the messages in the queue... |
Hi Friends,
I am using Java MQ classes to fetch the data from the message queue by importing
com.ibm.mq.*
I am able to get each messages by specifying the message id, but how can i loop through a ... |
Topic: MQ Series starting trouble, please help |
jamesgeorgem
Replies: 2 Views: 2798
|
Forum: General Discussion Posted: Sun Feb 14, 2010 11:59 am Subject: MQ Series starting trouble, please help |
Hi Friends,
I have installed the MQ Version 5.2 and following are the configurations which i am not so familiar but try to understand more...
1. In the task bar I see an icon which indicates IBM MQS ... |
Topic: Datastorage of MQSeries |
jamesgeorgem
Replies: 8 Views: 4537
|
Forum: General Discussion Posted: Sat Feb 13, 2010 9:48 am Subject: Datastorage of MQSeries |
Your original post only asked about message storage, with you pondering if WMQ used a database for this purpose.
To add to your understanding of WMQ: WMQ queue managers log significant events (p ... |
Topic: Datastorage of MQSeries |
jamesgeorgem
Replies: 8 Views: 4537
|
Forum: General Discussion Posted: Fri Feb 12, 2010 1:19 pm Subject: Datastorage of MQSeries |
Hi Bruce/Grand,
Thanks for the clarification. so MQSeries have an entirely different architecture...great..
I appreciate all your inputs....
Thanks and Regards,
JG |
Topic: Datastorage of MQSeries |
jamesgeorgem
Replies: 8 Views: 4537
|
Forum: General Discussion Posted: Fri Feb 12, 2010 8:46 am Subject: Datastorage of MQSeries |
Hi Friends,
I am very new to MQSeries.
and wishes to know one thing
1. If I put a message a in a que manager where is this message stored internally.
is data is stored in the Random Access Memor ... |