Quantcast
Channel: GlassFish Related Items on Java.net
Viewing all articles
Browse latest Browse all 1091

JMS + security realm in Jave EE 7 / Glassfish v4

$
0
0

We have a jms queue in a jee 7 application running on glassfish v4.

At the moment, an MDB is reading from the queue.

Is it possible to secure this queue with the application's security realm and be able to do things like fetch the user princiapl and do principal.isUserInRole while processing the message received on the jms queue?


Viewing all articles
Browse latest Browse all 1091

Trending Articles