[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
Wed Nov 26 14:54:52 EST 2008
I'm not saying that implementing ServerSessionPool will be necessary for the JBM 2.0 resource adaptor.
The current adaptor has a pool of sessions for each activation
| <inbound-resourceadapter>
| <messageadapter>
| <messagelistener>
| <messagelistener-type>javax.jms.MessageListener</messagelistener-type>
| <activationspec>
| <activationspec-class>org.jboss.resource.adapter.jms.inflow.JmsActivationSpec</activationspec-class>
| <required-config-property>
| <config-property-name>destination</config-property-name>
| </required-config-property>
| </activationspec>
| </messagelistener>
| </messageadapter>
| </inbound-resourceadapter>
|
You can follow the flow JmsActivationSpec -> JmsActivation -> JmsServerSessionPool -> JmsServerSession (this class implements javax.jms.MessageListener).
I'm looking through your API currently and will post the initial design after big Turkey day holiday.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192623#4192623
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192623
More information about the jboss-dev-forums
mailing list