JMS connector

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
mee
Participant
Posts: 23
Joined: Sat Mar 20, 2004 12:22 am
Location: None

JMS connector

Post by mee »

I have data coming over JMS at variable message rate. Somedays, there may be only few messages (order of 10os) and on some other day, there may be many more messages (order of 1000s).

What's the best way to handle this ?

Can this be handled by Parallel Extender ? Do I need RTI ?

Thanks for any help.
cyh
Participant
Posts: 18
Joined: Tue Jan 20, 2004 3:23 am

Post by cyh »

Can you give more details about your project background?

As I know, the RTI component require seperate license fee .... which may costs you a lot ..

why don't you try to accumulate the data with a simple program .. and use process later in a batch ... or you really need a near real time solution.

let's tell us more ..
mee
Participant
Posts: 23
Joined: Sat Mar 20, 2004 12:22 am
Location: None

Post by mee »

The suppliers are sending data. When the data arrives, the system must take certain action within a pre defined period. The time period may changes depending on the supplier. The number of message can vary from day to day.

I understand RTI would cost me additional. If I stage, the data, what would be best way to quickly process those messages that need quicker actions.
Post Reply