Page 1 of 1

Removing Junkdata from messages

Posted: Mon Jul 03, 2006 12:24 am
by sateeshbabu
Hi,

We are using Mqdaptor for reading messages from Queue.If we are sending messages into queue my ETL jobs are able to read those messages.But the client sending messages is not able to reda by ETL jobs bcause the client sending in different format.

For removing those junkdata i created routine.That routine is able to trim but only single messages.But i hve read hole file contains lot of messages.

Please give some suggestions.

Thanks in advance,
Sateesh

Posted: Mon Jul 10, 2006 9:11 am
by roy
Hi,
first it would help to know are you looking for a Server job soution or a Parallel one? (you did post in the Parallel forum with Server job type :? )

After we know what solution are you looking for we might be able to give you a sound solution :)

Posted: Mon Jul 10, 2006 5:13 pm
by ray.wurlod
Specifications, specifications, specifications!

If you specify what is a "good" message, you can create a filter that only passes these. The remainder may be discarded or captured at your pleasure.

It may also be possible to perform some filtering in the queue manager (or maybe even the object authority manager) itself.