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 vir
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" wrote:
> So, here is what I currently ha
So, here is what I currently have as a route:
${body.args[0].userId}
stomp:topic:
Dear list members
I have defined the following route in my application:
stomp:topic:dm${body.userId}
Here is how I am sending the
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" wrote:
>
> Hi ,
>
> I am getting strange error with queue when our applications write objects
> to
> VM queue. Occasionally
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