[jboss-dev-forums] [Design of JBoss jBPM] - Re: MessageService and JMS
mteira
do-not-reply at jboss.com
Mon Oct 9 04:26:40 EDT 2006
Hello again.
In my quest for the "working jBPM-JMS environment" I've found a new problems, and I'm wondering if this is the right forum to inform about them. I posted one of them in the Users Forum, but then, I thought that perhaps this is a better place since CVS version and new features are involved.
So, what is the preferable way to proceed. Post them here? Open JIRA bugs directly?
While I wait for your answer, here is the link to one of the problems I've found:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=92188
I'm thinking that perhaps a workaround could be to comment out the 'web' descriptor in the application.xml ear file, and deploy into my jboss both the console war and the jbpm.ear.
Is there any code in the repository to test the JMS service messaging from the client side? I mean, something able to create the Command objects, and send them to the proper JMS queue. Looking at the code it seems to me that what I need is to create those Command subclass object (for example, a NewProcessInstanceCommand) and just send it to the queue where the CommandListener MDB is attached. Anyway, as the Command subclasses don't have a constructor, and a lot of getter and setter methods, I'm not sure of what setter methods should be invoked to create a valid Command object, but I suppose that it depends on the subclass I'm using.
Any comment about this "memory dump" ?
Regards.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976903#3976903
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976903
More information about the jboss-dev-forums
mailing list