[jboss-dev-forums] [Design of JBoss jBPM] - Re: MessageService and JMS

mteira do-not-reply at jboss.com
Fri Oct 20 04:59:38 EDT 2006


Please, could someone make some comment about my thoughts about the JMS service implementation?

JmsMessageServiceImpl requires a JMS queue, used to send messages containing serialized jobs. Looking at the code, it seems that there's no developed component to listen into that queue and consume the jobs. Is this a missing part of the system? (An MDB to consume those jobs to replace the Servlet used now to execute the jobs).

Also, what's the conceptual difference between Commands and Jobs. I mean, couldn't the tasks performed by the Jobs be implemented as Commands to be consumed by the CommandListenerBean, and be executed in a CommandService Session?

I want to apologize for asking this more than once, but I've being requested to present a viability report for jBPM, and I need to understand how the JMS based Service works, and what is missing to be implemented.

Best regards.

--
Manuel.


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

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



More information about the jboss-dev-forums mailing list