Just a minor correction; there is a Java Stomp client now (http://activemq.apache.org/stomp.html#Stomp-JavaAPI), but it is mainly intended for testing purposes. You should always consider JMS for Java connectivity.
Cheers James Strachan wrote: > 2008/12/9 beilschmidt <[EMAIL PROTECTED]>: > >> Hi togehter, >> >> for a composition I have to compare different product, among other things >> the product "ActiveMQ". >> >> Now I need a affirmation, that the informations which I found are correct: >> >> ----------------- >> - protocol-adaption: with "JBI Binding Components" >> > > Yes, the ServiceMix project has a JBI binding for ActiveMQ > > > >> - programm-expandability: possible to create an new JBI Component (Java), >> use Stomp, >> > > For consuming yes. Currently there's no Java Stomp client for sending > messages to a Stomp broker; but you can send to ActiveMQ using the JMS > client so there's not such a big demand for it.. > > > >> - high availability: e.g. clustering is possible >> - load-balancing: function available >> > > Yes > > >> - data confidentiality: data encryption is possible, more function possible? >> - data/message integrity: Master/Slave, Synchronous, Hybrid, other function >> possible? (e.g. hash-funxtion - MD5) >> > > There are hooks you can plugin to transform messages however you like > for things like this. > > > >> - authenticity: e.g. using JAAS for authentication >> - authorization: e.g. user roles (read, write, admin) >> > > Yes. > > > >> - non-repudiability: no information found - possible? >> > > What kind of thing did you have in mind? > > >> - single sign on: no information found - possible? >> > > You can plugin any kind of security plugin to do this... > > http://activemq.apache.org/security.html > http://activemq.apache.org/interceptors.html > > -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/snyder/ Scripting in Java - http://www.scriptinginjava.net