|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Modfiying a specified message in the Queue |
« View previous topic :: View next topic » |
Author |
Message
|
VijayGoparaju` |
Posted: Sun Sep 14, 2008 11:57 pm Post subject: Modfiying a specified message in the Queue |
|
|
Acolyte
Joined: 26 Aug 2008 Posts: 72
|
Hello All,
I have a requirement, I have to modify a particular Message in the Queue.But the Queue is adding it as a new message.Can any one please tell me how to modify that message not to add it as a new message.
I have opened the Queue in output mode:
queue = queueManager.AccessQueue( txtSearchQueue.Text, MQC.MQOO_INQUIRE | MQC.MQOO_OUTPUT | MQC.MQOO_FAIL_IF_QUIESCING );
I am Modifying like this:
queueMessage.WriteString(message.Replace(txtSearchMsgDetails.Text.ToString(), txtSearchMsgDetails.Text.ToString()));
But the queue is placing it as a New Message after Modifying it.
Please Help Me,
Thanks & Regards,
Vijay...  |
|
Back to top |
|
 |
AkankshA |
Posted: Mon Sep 15, 2008 12:19 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
multiple posts...  _________________ Cheers |
|
Back to top |
|
 |
exerk |
Posted: Mon Sep 15, 2008 12:42 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Again... _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|