[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
Fri Feb 6 08:54:50 EST 2009


The idea is to create a pool of worker threads that receive a message and then pass it on to the message endpoint -- typically a message driven bean (MDB).

The activation itself has the connection to messaging system plus the destination definition.

* ActivationSpec: Information about the connection setup
* Activation: Physical connection, reference to destination and hooks to the work manager
* ???Pool: Keeps track of the workers
* ???: Single worker

(Good names welcomed).

If the worker can't deliver the message to the endpoint the DLQ functionality kicks in and pushes the message back to the messaging system. The DLQ part is last on my plate.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207715#4207715

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207715



More information about the jboss-dev-forums mailing list