aungmyo / camel-extra

Automatically exported from code.google.com/p/camel-extra
0 stars 0 forks source link

can't get activemq+camel-esper+esper working #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Hi, I can't get activemq+camel-esper+esper working, you can see the code 
attached, it is a mess 
because I'm trying all the possible ways to get it working...
Camel works, the last from()->process() in the code works and write those kind 
of object into 
my tmp file:

Exchange[JmsMessage: ActiveMQTextMessage {commandId = 3, responseRequired = 
true, 
messageId = ID:vtb-generic-16.cern.ch-43773-1265360233982-4:31:-1:1:1, 
originalDestination = null, originalTransactionId = null, producerId = 
ID:vtb-generic-
16.cern.ch-43773-1265360233982-4:31:-1:1, destination = 
topic://nagiosstomp.qmirror, 
transactionId = null, expiration = 0, timestamp = 1265360425477, arrival = 0, 
brokerInTime = 
1265360425478, brokerOutTime = 1265360425478, correlationId = null, replyTo = 
null, 
persistent = false, type = null, priority = 0, groupID = null, groupSequence = 
0, 
targetConsumerId = null, compressed = false, userID = null, content = null, 
marshalledProperties = null, dataStructure = null, redeliveryCounter = 0, size 
= 1024, properties 
= {receipt=message-%d}, readOnlyProperties = true, readOnlyBody = true, 
droppable = false, 
text = testing connection!}]

I don't get any error from activemq neither on the std output.
Can you see any basic error?
-
Massimo

Original issue reported on code.google.com by massim...@gmail.com on 5 Feb 2010 at 9:37

Attachments:

GoogleCodeExporter commented 9 years ago
I found the problem...
In the eql queries, if I want to select from an activemq topic where only text 
messages are sent, what should I 
specify in the query? "select from ....." ???
Now it is looking at the content field to match it with the correspondent 
object, but in text messages content is 
null...
-
Massimo

Original comment by massim...@gmail.com on 5 Feb 2010 at 3:36

GoogleCodeExporter commented 9 years ago

Original comment by claus.ib...@gmail.com on 6 Jan 2011 at 5:48