[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
Mon Feb 9 14:06:41 EST 2009
I have committed the code for the inbound part.
I did keep the pool which is initialized based on the MaxSession parameter (default 15). Feel free to rip it out.
Currently the pool start MaxSession message handlers which registers themself as a MessageListener on the specified activation. Once a message have been progressed; a new message handler is created.
JBMActivation -> JBMMessageHandlerPool -> JBMMessageHandler
The work is untested - let me know when there is a release I can use ;)
Feel free to share feedback.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208241#4208241
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208241
More information about the jboss-dev-forums
mailing list