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 » General IBM MQ Support » Hide message from queue

Post new topic  Reply to topic
 Hide message from queue « View previous topic :: View next topic » 
Author Message
Thomas2ab
PostPosted: Fri Apr 17, 2015 9:06 am    Post subject: Hide message from queue Reply with quote

Acolyte

Joined: 07 Mar 2014
Posts: 51

Hello everyone,

I would like to know if there was some option/parameter (that I could access programatically) that could allow me to hide a message from a specific queue.
It would be like deleted but the message would still be there physically but not visible.

Thanks,

Regards,
Back to top
View user's profile Send private message
mqjeff
PostPosted: Fri Apr 17, 2015 9:18 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

To what purpose? To ensure that only one application can read the message?

Or to ensure that only specific applications can read specific messages? This is what AMS is for.
Back to top
View user's profile Send private message
Thomas2ab
PostPosted: Fri Apr 17, 2015 10:33 am    Post subject: Reply with quote

Acolyte

Joined: 07 Mar 2014
Posts: 51

Hello, and thanks for your quick answer.
It actually would be to ensure that only one application can read the message.
Actually it would be to ensure that only one aplication instance willread the message.

Thanks,
Back to top
View user's profile Send private message
PaulClarke
PostPosted: Fri Apr 17, 2015 10:35 am    Post subject: Reply with quote

Grand Master

Joined: 17 Nov 2005
Posts: 1002
Location: New Zealand

Thomas2ab,

I think you still need to give us a little more information about what you are trying to do if you want meaningful advice. This strikes me as a solution description rather than a problem description.

Regards,
Paul.
_________________
Paul Clarke
MQGem Software
www.mqgem.com
Back to top
View user's profile Send private message Visit poster's website
RogerLacroix
PostPosted: Fri Apr 17, 2015 10:37 am    Post subject: Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3264
Location: London, ON Canada

Hi,

It doesn't sound like you have secured your queue manager. And it does not sound like you have applied the appropriate queue authorizations.

Finally, if you are trying to comply with PCI or HIPAA or any other private data requirements then get AMS (as Jeff said) or implement MQ Message Encryption.

Regards,
Roger Lacroix
Capitalware Inc.
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
mqjeff
PostPosted: Fri Apr 17, 2015 10:45 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

MQ will always guarantee that a no two MQ Gets will return the same message.

MQ syncpoints can ensure that a message is not available, but can be returned back to the queue, until it is processed.

You have yet to explain what you are trying to prevent.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Fri Apr 17, 2015 12:43 pm    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

mqjeff wrote:
MQ will always guarantee that a no two MQ Gets will return the same message.

Some further explanation:
If the queue is opened INPUT_EXCLUSIVE, then only this one app can MQGET from the queue. If opened INPUT_SHARED, then it is possible for a message to be browsed my multiple applications.

MQ security is not sensitive to individual message content (the application message data payload).
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
zpat
PostPosted: Fri Apr 17, 2015 10:51 pm    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

You can browse a queue, you can lock the message under the browse cursor while you decide what to do with it.
_________________
Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error.
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 » General IBM MQ Support » Hide message from queue
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.