views:

156

answers:

4

I'm looking for a message queuing system that runs on windows server similar to jms.

+1  A: 

JMS is Java Message Service. It is an API and isn't platform dependant.

For implementations that can run on the Windows platform: ActiveMQ runs on Windows, as does RabbitMQ

Brabster
A: 

Take a look at BizTalk.

JP Alioto
+1  A: 

TIBCO makes a message server, Enterprise Message Server (EMS). It is based on the JMS specification.

Anthony Mastrean
+1  A: 

You could look into AMQP based systems such as Apache Qpid.

Mark