Author |
Message
|
snikita |
Posted: Thu Aug 09, 2007 4:57 pm Post subject: how can I dump the messages into our local hard disc |
|
|
Newbie
Joined: 07 Apr 2006 Posts: 5
|
we are using websphere MQ V6. whenever the messages comes into the queue i need to dump that message into the local hard drive.. how can i do this.. |
|
Back to top |
|
 |
rparti |
Posted: Thu Aug 09, 2007 5:02 pm Post subject: |
|
|
 Voyager
Joined: 05 Oct 2005 Posts: 86 Location: U.S.A.
|
Write a program to browse the message and write out message content to log file. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Thu Aug 09, 2007 9:40 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
done 1000 times by 1000 people. check the mqseries supportpac site or the delivered samples. _________________ Regards, Butcher |
|
Back to top |
|
 |
tleichen |
Posted: Fri Aug 10, 2007 7:04 am Post subject: |
|
|
Yatiri
Joined: 11 Apr 2005 Posts: 663 Location: Center of the USA
|
But it begs the question. If you want the messages in a file, then why are you using MQ in the first place? Why not just have the originating process write the file and be done with it? I realize there may be more to this, but from what litte was said, it does sound a bit confusing...  _________________ IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer |
|
Back to top |
|
 |
Vitor |
Posted: Fri Aug 10, 2007 8:40 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
tleichen wrote: |
But it begs the question. If you want the messages in a file, then why are you using MQ in the first place? Why not just have the originating process write the file and be done with it? I realize there may be more to this, but from what litte was said, it does sound a bit confusing...  |
The file to message, message to file paradym is so very common. It's a common use for PM4DATA. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
tleichen |
Posted: Fri Aug 10, 2007 10:05 am Post subject: |
|
|
Yatiri
Joined: 11 Apr 2005 Posts: 663 Location: Center of the USA
|
Good point. It's been one of those weeks...  _________________ IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer |
|
Back to top |
|
 |
|