Claus, thanks for your help, your changes worked and helped.

"Claus Ibsen-2 [via Camel]" <ml-node+s465427n5738257...@n5.nabble.com> wrote:

>       Hi 
>
>You need to configure the stomp component with the id="stomp" so Camel 
>uses that, eg 
>
>    <bean id="stomp" 
>class="org.apache.camel.component.stomp.StompComponent" 
>depends-on="jmsBroker"> 
>        <property name="brokerURL" value="tcp://localhost:61623" /> 
>    </bean> 
>
>Then it works. Also the port number should be the stomp port number 
>and not the regular JMS number which was also configured wrong. 
>
>On Fri, Aug 30, 2013 at 8:15 AM, Claus Ibsen <[hidden email]> wrote: 
>
>
>> Hi 
>> 
>> When using these mailing lists / user forums, then you should have a 
>> bit of patience as other people often dont have the time to dive into 
>> something right away. 
>> 
>> 
>> 
>> On Fri, Aug 30, 2013 at 6:30 AM, apara <[hidden email]> wrote: 
>>> Dejan, 
>>> 
>>> Should I create a formal bug for this issue with the sample of code which I 
>>> uploaded to this group? 
>>> 
>>> At this point, I tried all the options I could think of and could not fix 
>>> this issue.  For now, we are using JmsTemplate approach to go directly to 
>>> the ActiveMQ Broker bypassing Camel, however, ideally we would like to use 
>>> Camel in this application. 
>>> 
>>> Thanks for any help you can offer. 
>>> 
>>> -AP_ 
>>> 
>>> 
>>> 
>>> -- 
>>> View this message in context: 
>>> http://camel.465427.n5.nabble.com/STOMP-Exception-The-maximum-command-length-was-exceeded-tp5738017p5738253.html
>>> Sent from the Camel - Users mailing list archive at Nabble.com. 
>> 
>> 
>> 
>> -- 
>> Claus Ibsen 
>> ----------------- 
>> Red Hat, Inc. 
>> Email: [hidden email] 
>> Twitter: davsclaus 
>> Blog: http://davsclaus.com
>> Author of Camel in Action: http://www.manning.com/ibsen
>
>
>
>
>-- 
>Claus Ibsen 
>----------------- 
>Red Hat, Inc. 
>Email: [hidden email] 
>Twitter: davsclaus 
>Blog: http://davsclaus.com
>Author of Camel in Action: http://www.manning.com/ibsen
>                               
>       
>               
>
>               
>
>If you reply to this email, your message will be added to the discussion below:
>
>               
> http://camel.465427.n5.nabble.com/STOMP-Exception-The-maximum-command-length-was-exceeded-tp5738017p5738257.html
>         
>
>       
>
>                               To unsubscribe from STOMP: Exception: The 
> maximum command length was exceeded, click here.
>               NAML    
>




--
View this message in context: 
http://camel.465427.n5.nabble.com/STOMP-Exception-The-maximum-command-length-was-exceeded-tp5738017p5738264.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to