Hide Forgot
the use of session.createReceiver() in line 98 of org.jbpm.task.service.jms.BaseJMSTaskServer.java is inconsistent with the use of session.createQueue() everywhere else in the jbpm-human-task functionality. one side-affect of this is that the use of createReceiver() on a qpid JMS session does *NOT* auto-create the jbpm human-task queue if it does not already exist. This behavior is inconsistent with the auto-creation of queues with the client-side human-task queue when using Qpid as well as both client & server side queues when using Hornetq. thanks, jeff
Fixed in community, should be available in next build.
Verified in source code. ER7.