Hi, I've got a small problem with the asynchronous continuations.
According to the docs "The messages will be sent as part of the GraphSession.saveProcessInstance", my problem is that JMSMessageServiceFactory is sending the messages before the process is saved, is there any config option to make JMSMessageServiceFactory to send the messages only after the process is saved?. I'm using the service deployment model (jbpm.sar) in JBOSS 4.0.3SP1. thanks in advance, edgar JMS factory config | <service name="message"> | <factory> | <bean name="org.jbpm.msg.jms.JmsMessageServiceFactoryImpl" class="org.jbpm.msg.jms.JmsMessageServiceFactoryImpl"> | <field name="connectionFactoryJndiName"><string value="XAConnectionFactory"/></field> | <field name="destinationJndiName"><string value="queue/jbpm/async"/></field> | </bean> | </factory> | </service> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925674#3925674 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925674 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
