07-09-2014 07:04 AM
<bean id="activemq"
class="org.apache.activemq.camel.component.ActiveMQComponent">
<property name="brokerURL" value="tcp://somehost:60616"/>
</bean>
from("activiti:process_camel:camelTask").to("seda:asyncQueue");
from("seda:asyncQueue").to("activemq:firstQueue");
from("activemq:secondQueue").to("seda:receiveQueue");
from("seda:receiveQueue").to("activiti:process_camel:receiveTask");
org.activiti.engine.ActivitiIllegalArgumentException: Business key is null
07-10-2014 07:32 AM
07-14-2014 09:42 AM
07-21-2014 06:27 AM
07-29-2014 06:51 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.