You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by profalbert <pr...@gmail.com> on 2010/04/17 02:00:19 UTC

Authentication with JMS

Hi,

We need an authentication that works over JMS/JBI rather than HTTP.

In our project, messages usually do not enter the bus via HTTP but
rather JMS/JBI. Client applications are mostly (but not exclusivly)
java-applications that send JBI-messages directly into the bus.

We recently migrated our project to servicemix 4.1.
Now we want some authentication-mechanism that works over JMS/JBI.

I found some documentation on authentication with servicemix-http and
WS-Security.
However, all of it only applies to http and webservices.
Is there any support for authentication via JMS in servicemix, or are we
completely on our own to implement something?

regards Christoph Gritschenberger