Transaction state storage with LRA

2018-12-23 Thread Sanjeev Kumar
Hi, I read all documents and failed to understand where LRA stores the transaction state? What will happen if LRA will be down for some reason while some transaction is in progress? Any pointers or inputs will be helpful. Regards, Sanjeev

Re: JMX Camel New User Question: where do I put service:jmx:rmi...

2018-12-23 Thread Claus Ibsen
Hi Btw there is also jolokia that can make JMX easier as it can expose the data via REST over HTTP. http://www.jolokia.org/ And Jolokia comes out of the box with ActiveMQ. Then its just standard HTTP and one port you need to be open, and not as tricky to setup and secure as JMX over RMI can be.

Re: How to fix azure-blob component “Server failed to authenticate the request”

2018-12-23 Thread Sergey Beryozkin
Hi, I'm pretty sure I did run the tests against a test account I had at a time and it worked, I could see the blobs being uploaded (the secret has to be base64-encoded as far as I recall). But the tests are currently ignored as I could not solve the issue of setting up a test account during the act

Re: How to fix azure-blob component “Server failed to authenticate the request”

2018-12-23 Thread Claus Ibsen
Hi Have you tried look at the unit tests to see if there is an test that may help you on the way. And if possible can you post the full stracktrace, maybe edit the post on SO. And also try with newer Camel versions if possible. On Sat, Dec 22, 2018 at 11:13 AM Shafeeq Muhammad wrote: > > Hi, >