PollEnrich on SQL endpoint fails for messages polling the same endpoint

2016-06-22 Thread sermetzi
Hello! I am using pollEnrich with sql component and dynamic uris. When two or more messages are polling on the same sql endpoint, only one will get results from the query. The rest messages polling the same endpoint will timeout. I have implemented a unit test on a Camel test class that presents t

RE: Apache Camel + Microsoft Azure Service Bus

2016-06-22 Thread Steve Huston
Azure supports AMQP, you should be able to use the JMS component in Camel. I think MS has learned that locking people onto one choice is not a good idea, particularly with developers. > -Original Message- > From: jamie3 [mailto:jam...@gmail.com] > Sent: Wednesday, June 22, 2016 10:29 AM

Re: Apache Camel + Microsoft Azure Service Bus

2016-06-22 Thread Andrea Cosentino
As far as I know there are no component related to Azure. :-) -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Wednesday, June 22, 2016 4:51 PM, ja

Apache Camel + Microsoft Azure Service Bus

2016-06-22 Thread jamie3
I am wondering if there is a component for Azure Service Bus. IIRC service bus supports AMQP but I am wondering if there is a native component? -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-Microsoft-Azure-Service-Bus-tp5784320.html Sent from the Camel - User

Re: Can't get things on Oracle DB backout queue

2016-06-22 Thread arno noordover
I suppose you use OracleAQ? We are using this as well but I'm not sure how failed messages are put back in OracleAQ. I think I saw that they are put in a kind of DLQ in OracleAQ when the retries are done. You should be able to see this by querying in the database. I don't know whether you are able

Re: Can't get things on Oracle DB backout queue

2016-06-22 Thread Preben.Asmussen
Hi Sverre As Claus said you should use the transactional client, and let OracleAQ handle the redelivery of failed messages. You can specify the max_retries and Retry_delay when creating the queue or topic See oracle docs. When retries are exhausted OracleAQ will mark the messages as undeliverabl

Message consumption stuck from activemq using camel jms component

2016-06-22 Thread kuntalc-techid
I have an application with two camel routes: Route 1 (Consumer Route) Reads a text file having no. of records (line separated), split them based on each line and sends each split record to another queue ('intermediate' queue) Route 2 (Producer Route) Reads each record from intermediate