Hi Tim,
TokenAuthentificationBroker is a class used to intercept the client
connection to get the username(The token for me). It's the same thing as
MyBroker class here  http://activemq.apache.org/interceptors.html
<http://activemq.apache.org/interceptors.html>  .

Within the addConnection function, I get the client userName(the token), and
then I try to get an EJB exposed by an project deployed as an ear into my
jboss. I need the EJB to verify the token.

Yes it's my code, and until now I am trying just to get the EJB from the
addConnection funtion which is in a jar placed into the activemq rar
deployed within my jboss server.

 



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Getting-jboss-ejb-in-ativemq-rar-deployed-within-jboss-tp4726930p4726936.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to