Author |
Message
|
rajmq |
Posted: Sun May 11, 2003 2:46 am Post subject: Message storage |
|
|
 Partisan
Joined: 29 Sep 2002 Posts: 331 Location: USA
|
Hi
I am Using
Version: MQ5.2 with Wmqi2.1
Os:AIX
I want to write all incoming messages(MessageHeader+ApplicationData) and outgoing messages in the separate file.
Note: Using the TraceNode i can do this process easily,But i need to write the message from MQ level. a)How can i do? b)will it give any performance issues??
regards
raj |
|
Back to top |
|
 |
bower5932 |
Posted: Mon May 12, 2003 5:42 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
You might want to look into using the new WMQ 5.3 API exits to log messages. I'm sure it will have an effect on performance since you'll be going to disk with every message that comes through your system. |
|
Back to top |
|
 |
rajmq |
Posted: Mon May 12, 2003 8:35 am Post subject: |
|
|
 Partisan
Joined: 29 Sep 2002 Posts: 331 Location: USA
|
Hi
Thanks for ur Reply
"You might want to look into using the new WMQ 5.3 API exits "
1.can u give pdf name or some related links??
2.java will support WMQ5.3 API Exits??
regards
raj |
|
Back to top |
|
 |
bduncan |
Posted: Mon May 12, 2003 9:31 am Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
Exits are invoked by the queue manager directly, so it doesn't matter what language your application is written in.
The exits themselves can be written in most compilable languages... _________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
 |
bower5932 |
Posted: Mon May 12, 2003 11:06 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
The API exits are documented in the WebSphere MQ System Administration Guide manual. |
|
Back to top |
|
 |
|