07-18-2014 04:55 PM
from("activemq:test.queue")
.log(LoggingLevel.INFO, "Received message ${body}")
.to("activiti:simpleProcess");TextMessage msg = session.createTextMessage(sw.toString());
msg.setStringProperty("a_value", "12345");from("activemq:test.queue")
.log(LoggingLevel.INFO, "Received message ${body}")
.to("activiti:simpleProcess?copyVariablesFromProperties=true");
ERROR DefaultErrorHandler - Failed delivery for (MessageId: ID:U0172348-TPD-A-58680-1405716802892-1:1:1:1:1 on ExchangeId: ID-U0172348-TPD-A-58673-1405716796591-0-1). Exhausted after delivery attempt: 1 caught: org.activiti.engine.ActivitiException: couldn't find a variable type that is able to serialize org.apache.camel.component.jms.JmsBinding@1e707c5
org.activiti.engine.ActivitiException: couldn't find a variable type that is able to serialize org.apache.camel.component.jms.JmsBinding@1e707c5
07-21-2014 04: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.