I came upon ActiveMQ in a post regarding JPMorgan's middleware specification
and decided I'd take a look.

Sorry if this question has been answered before but I was wondering if
someone could shed some light on a few questions I have.

Currently, we have a trading system written in C# which relies heavily on MS
technologies. Remoting for Order's and PGM for Market Data. I would like to
at least have our message bus/communication protocol OS independent.

So my questions are as follows:

1. Does ActiveMQ Support Reliable Multicast?
   1.1 Does it support a sliding window - last ~1000 messages.
    1.1.1 Is the sliding window configurable?

2. Can the daemon/service support two types of messaging and separate the
two?
   2.1 Publish/Subscribe scenario through reliable multicast -
multicast://239.7.8.9:40000
   2.2 Request/Response scenario through tcp - tcp://172.28.1.10:41000
   2.3 Can certain types of messages be given higher priority in the queues?

Cheers,

-jd-
-- 
View this message in context: 
http://www.nabble.com/Implementation---Evaluation-Questions-tf3513329s2354.html#a9811544
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to