[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: [JBMESSAGING-1367] Create JCA resource adapter for JBM 2
jesper.pedersen
do-not-reply at jboss.com
Thu Feb 5 15:25:16 EST 2009
We are now at the fun part :)
I've imported the activation spec + the activation (minus the DLQ stuff for now) into the repository.
We now need to hook up the activation with number of sessions that handles the message processing.
Since we can't use the ServerSessionPool / ServerSession for this we need to do it another way.
We have the maximum number of sessions allowed from the activation spec - and we are currently using the JMS 1.1 API as the interface to the core.
This basically means that we can only count on the receive() methods. But that lead us to the problem that we need to poll to see if there is a message to process :S
So are there any internal API that would be better - or is there some JMS magic we can use ?
We can use all the JBM classes as this is a specific RA...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207490#4207490
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207490
More information about the jboss-dev-forums
mailing list