Posted: Fri Jun 16, 2006 4:14 am Post subject: allow get messages to specific client.
Novice
Joined: 25 May 2006 Posts: 21
I have a message to send to specific client.
I'm not using pub/sub model and the message is going into a queue which has a variety of messages.
Is there any way to send this message to the client?
If I set the CorrelID on message then the client can get the message when he match the message with CorrelID.
But the problem is that other Client also can get the message without any option.
Can I block other client if the do not give any option?
And is there anyway to do what I want to do? _________________ ^^ have a good day ^^
If your messages are non persistent have the client in the request / reply model specify a dynamic replyto queue. As such the client would need to create it before the first request and release it at the end of the session but it would not be accessible to any other user not part of the admin (mqm) group or not part of any authorized group for the queue name as per authorization schema.
Of course any other user would first need to run some enquiry as to the existence of the dynamic queue.... So I would say this is quite secure...
Does it guarantee that the message will not be intercepted and read? Only message level encryption can give you an answer here...
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