Page 1 of 1

JMS connector

Posted: Mon Oct 18, 2004 8:52 pm
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.

Posted: Fri Nov 12, 2004 6:23 am
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 ..

Posted: Sun Jan 30, 2005 4:29 pm
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.