Hello guys,
These days I received the task to implement a redelivery process for one of our
camel apps.
In summary, our application consumes some REST services and, based on the
user's configuration, it must handle the HttpOperationFailedException retries
differently, for example:
- If the se
Thanks, Mark, and everyone.
To be clear, I’ve already written a half dozen or so Spring Boot / Camel apps
(using Maven archetypes in IntelliJ), and I love it.
I just wanted to know if it be advisable to build on what I know to complete a
simple, low-throughput, low-availability, Java backend.
I use Spring Boot extensively with Camel.
It is a perfect pair for what you are asking about.
I have i running locally on servers and also in aws in EC2. Works great
both ways.
Start by going to start.spring.io and pick Camel and JDBC (or JPA,etc), or
if you have IntelliJ or STS you can just use
I use Spring Boot, Camel and Quartz on a symbiotic-ish application. There's
REST endpoints as well.
On Tue, 16 Apr 2019, 11:54 Michael Joyner, wrote:
> I assume using Spring MVC for the front end. I think that you would be
> fine. Someone else will probably chime in from the project and confirm.
I assume using Spring MVC for the front end. I think that you would be
fine. Someone else will probably chime in from the project and confirm.
On Tue, Apr 16, 2019 at 7:29 AM Ron Cecchini
wrote:
> Hi, all. If/when anyone has any time, I was hoping to get a few quick
> opinions.
> (and I do mean
Hi, all. If/when anyone has any time, I was hoping to get a few quick opinions.
(and I do mean be brief; I don't want anyone wasting time on this.)
*** Could Camel + Spring Boot *alone* be used to implement the Java portion of
*** a simple backend for a low-throughput, non-realtime system that do
Hi all,
I am working on CRM project with alfresco repository.
I am trying to replace Mule with Camel-cmis so I can create communication
between my application and alfresco repository trough Camel-cmis component.
I am trying to create routes for :
* new folder
* remove folder
* move
I'm not sure I understand what your statement is saying, but I think that if
you set the exchange to InOnly when it is received, the ReplyTo will not affect
it.
-Steve
On 4/16/19, 7:58 AM, "sagheer ahmed" wrote:
Hi Team,
Just looking for some help with the below issue. Please do
Hi Team,
Just looking for some help with the below issue. Please do the needful.
*Problem statement:*
Spring boot service with apache camel consumer on IBM MQ. The route
receives the request, does some processing and sends it to another queue.
When the client sends a message without *JMSReplyTo*