How to implement Camel Request/Reply on a topic with multiple services?

2015-01-09 Thread Alex Paransky
So, I have a number of services. Each service handles a type of unique Request. However, the service needs to examine the request before knowing if it can service it. The client want's the request serviced, but does not care to know who did the servicing. I was thinking of using (ActiveMQ

Re: Messages seem to contain more than I expected...

2013-08-31 Thread Alex Paransky
Claus, This appears to be this issue which was resolved a while back: https://issues.apache.org/jira/browse/CAMEL-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel On Aug 30, 2013 3:45 PM, Alex Paransky ap...@standardset.com wrote: So, here is what I currently have

Re: Camel 2.11.1 - SedaComponent issues with Queue size

2013-08-30 Thread Alex Paransky
Looks like the values being compared are Objects, but != is being used instead of !equals method. Since you have the src try the fix. On Aug 29, 2013 11:21 PM, vcheruvu v_cher...@hotmail.com wrote: Hi , I am getting strange error with queue when our applications write objects to VM queue.

Messages seem to contain more than I expected...

2013-08-30 Thread Alex Paransky
Dear list members I have defined the following route in my application: camel:camelContext camel:route camel:from uri=direct:gozing/engine/user / camel:marshal camel:json library=Jackson/ /camel:marshal

Re: Messages seem to contain more than I expected...

2013-08-30 Thread Alex Paransky
So, here is what I currently have as a route: camel:camelContext camel:route camel:from uri=direct:gozing/engine/user / camel:to uri=log:com.usamp.CAMEL-BEFORE?level=DEBUG / camel:setHeader headerName=userId camel:simple

Re: STOMP: Exception: The maximum command length was exceeded

2013-08-28 Thread Alex Paransky
Dejan and all, Here is quick isolated sample of the code breaking (2 java classes, configuration and pom). Execute with: mvn clean install The unit test starts up embedded broker and attempts to create a camel route via stomp. Thanks for any help you can offer. -AP_ On Tue, Aug 27, 2013 at