FW: Problems POSTing request body, receiving GET response

2020-04-13 Thread Gagnon, Joseph - 0553 - MITLL
Resending to (hopefully) keep spacing between listings. Would it be more helpful to attach a zip file of the code? -Original Message- From: Gagnon, Joseph - 0553 - MITLL Sent: Monday, April 13, 2020 10:01 AM To: users@camel.apache.org Subject: Problems POSTing request body, receiving

Problems POSTing request body, receiving GET response

2020-04-13 Thread Gagnon, Joseph - 0553 - MITLL
Hello, I have a server and client application in which both use Apache Camel to configure and manage their routing. I am trying to use the REST component to make a POST request from the client to the server, and send a message in the request body. It seems that the REST endpoint is being

Dynamic Camel route configuration at deployment time: Java DSL or XML DSL?

2020-04-03 Thread Gagnon, Joseph - 0553 - MITLL
Hello, Let me preface this with the fact that I am still very new to Apache Camel. I'm still trying to understand how it all works, and what needs to be done (and HOW to do it) to achieve a particular effect. I am trying to develop a Spring Boot application that will use Apache Camel to

RE: Problem with Spring Boot Camel application

2020-04-02 Thread Gagnon, Joseph - 0553 - MITLL
here https://github.com/apache/camel-spring-boot/tree/camel-spring-boot-3.1.x/examples . Cheers, Alex On Wed, Apr 1, 2020 at 5:21 PM Gagnon, Joseph - 0553 - MITLL < joseph.gag...@ll.mit.edu> wrote: > Hello, > > I am still very new to using Apache Camel and am trying to adap

Problem with Spring Boot Camel application

2020-04-01 Thread Gagnon, Joseph - 0553 - MITLL
Hello, I am still very new to using Apache Camel and am trying to adapt an example provided by someone (https://www.javainuse.com/camel/camel-consume-rest) to essentially do the same thing the original application does, except by using a combination of Spring Boot and Camel with XML route

RE: XML routes config problem

2020-03-23 Thread Gagnon, Joseph - 0553 - MITLL
true; /> On Mon, Mar 23, 2020 at 3:49 PM Gagnon, Joseph - 0553 - MITLL < joseph.gag...@ll.mit.edu> wrote: > Hello, > > I’m very new with Camel and still trying to figure it out. I have a > simple application that configures routing via XML and I’m getting a > strange

XML routes config problem

2020-03-23 Thread Gagnon, Joseph - 0553 - MITLL
Hello, I’m very new with Camel and still trying to figure it out. I have a simple application that configures routing via XML and I’m getting a strange error (from eclipse) when I attempt to do the following: ftp://{{host-name}}/{{source-dir}}?fileExist=Ignore=true; />

How do I sync camel route processing with Java application?

2018-07-24 Thread Gagnon, Joseph - 0553 - MITLL
Hello, I have a Java application that sends a series of test messages from a test injector to a target "service". The means of message transport and data format is handled by a third party "service bus". I am attempting to use Camel to assist with message capture (sent from the service bus),

Intercepting, modifying and forwarding ActiveMQ message traffic

2018-07-10 Thread Gagnon, Joseph - 0553 - MITLL
Hello, I'll preface this with the fact that I am very new to Camel. I've read some of the online information and some of the "Camel In Action" book. I've been able to get very basic routes to work successfully. I am writing an application whose job is to "fuzz" messages sent from one