Hi, the problem is that you're trying to send stomp messages to openwire transport connector. Try changing your stomp component to something like
<bean class="org.apache.camel.component.stomp.StompComponent"> <property name="brokerURL" value="tcp://localhost:61623" /> </bean> -- View this message in context: http://camel.465427.n5.nabble.com/STOMP-Exception-The-maximum-command-length-was-exceeded-tp5738017p5738023.html Sent from the Camel - Users mailing list archive at Nabble.com.