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 » WebSphere Message Broker (ACE) Support » Logging, in coming Messages

Post new topic  Reply to topic
 Logging, in coming Messages « View previous topic :: View next topic » 
Author Message
kiran26
PostPosted: Tue Jul 02, 2002 8:02 am    Post subject: Logging, in coming Messages Reply with quote

Acolyte

Joined: 06 Feb 2002
Posts: 69

Hi all,
I have to log all XML message which are coming into my message flow. For that i am using database node to log into a DB2 table , but how to clear all the message which are 3 days old from my LOG table. One more question is how to save a very big xml message into a table column.If any one can reply me on this it will be a great help to me.

Thank's
Vishnu
Back to top
View user's profile Send private message
kirani
PostPosted: Tue Jul 02, 2002 8:48 am    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

Either you can use a database node (or DataDelete node) to delete records from DB2 log table within a message flow, or you can write a DB script, which runs every day to delete records.

To store large xml messages into a table, you can define the DB column as BLOB or CLOB. The size of the field can be decided by looking at your expected input message size.
_________________
Kiran


IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries

Back to top
View user's profile Send private message Visit poster's website
Miriam Kaestner
PostPosted: Wed Jul 03, 2002 11:19 pm    Post subject: Reply with quote

Centurion

Joined: 26 Jun 2001
Posts: 103
Location: IBM IT Education Services, Germany

Another design idea: Instead of writing the incoming messages directly into a database, you could use Pub/Sub.

So, publish incoming messages as retained publications with an expiration time of 3 days. Retained publications are automatically stored in the broker DB. You don't have to clean up expired publications - this is done automatically by the broker. Plus, any "newcomer" applications that might want these messages in the future do simply have to subscribe.
Back to top
View user's profile Send private message Send e-mail
udaybho
PostPosted: Mon Jul 08, 2002 12:33 pm    Post subject: Reply with quote

Voyager

Joined: 09 May 2002
Posts: 94
Location: Chicago

How about using Warehouse Node ?

Uday Bhosle
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Logging, in coming Messages
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.