[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: [JBMESSAGING-1367] Create JCA resource adapter for JBM 2
timfox
do-not-reply at jboss.com
Wed Nov 26 04:52:19 EST 2008
Thanks Jesper-
The main thing is *no connection consumer*. Connection consumer was always a horrible abstraction and broken with respect to consumption in an XA transaction (See Mark Little's transaction book).
Clearly we need to support the JCA mandated config properties.
Regarding the ones currently used in the generic resource adapter:
user and password are still useful
max messages and max session - these can probably go
keepalive, reconnectinterval can go - JBM 2 handles its own automatic reconnection
deliveryactive - ok
All the dlq stuff can go - JBM has its own sophisticated dlq system
I'm thinking this is going to be relatively simple wrapper around the core API.
http://anonsvn.jboss.org/repos/messaging/trunk/src/main/org/jboss/messaging/core/client/
The core API is easy to understand if you've used JMS before. It's simpler than JMS.
Initially I'm thinking a 1-1 mapping between MDB instance and core session.
How about you start with a design proposal and we can develop from there...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192382#4192382
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192382
More information about the jboss-dev-forums
mailing list