ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » does pulling a message from the reply queue delete it

Post new topic  Reply to topic
 does pulling a message from the reply queue delete it « View previous topic :: View next topic » 
Author Message
tct592
PostPosted: Tue Oct 12, 2004 5:28 am    Post subject: does pulling a message from the reply queue delete it Reply with quote

Newbie

Joined: 18 Aug 2004
Posts: 5

I have been told that if we pull the messages off the reply queue, that other applications will not be able to get the messages.

We are using JMS in our client application and do not have direct access to MQSeries other than through our client.

Is there a way that we can get the messages without deleting using JMS?

Thanks!
Back to top
View user's profile Send private message
bower5932
PostPosted: Tue Oct 12, 2004 6:51 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Aug 2001
Posts: 3023
Location: Dallas, TX, USA

You could always browse the messages rather than get them. Take a look at the QueueBrowser in the Using Java manual.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
radaev
PostPosted: Tue Oct 12, 2004 6:54 am    Post subject: Reply with quote

Newbie

Joined: 07 Oct 2004
Posts: 6

You can browse messages in the queue:
Code:
QueueBrowser browser = session.createBrowser(q1);
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » does pulling a message from the reply queue delete it
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.