Thanks this helps.
What I'm looking for is a Java Camel Client example using JMS SSL ie
ssl://broker:61617
Note: I'm using SpringBoot for creating a Camel Microservice for AWS I'll
need to have all the connections run over SSL.
Example:
@Component
public class ESBRoute1 extends RouteBuilder {
I'm trying to setup a Camel route to a Secured ActiveMQ server over SSL +
JMS.
I have setup connections using other technologies can this be done with
Camel?
If so is there an example available?
Thanks
Mike
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-ActiveMQ-JM
for the Artemis bundle you’re using and see if
it happens to be importing the org.apache.activemq package. BTW - what version
of Artemis are you using?
> On Mar 30, 2017, at 4:39 PM, mtod09 <[hidden
> email]> wrote:
>
> Thanks Quinn,
>
> This xml is imported by Karaf us
Thanks Quinn,
This xml is imported by Karaf using the deploy folder so I'm not sure if the
package, bundle fit's this process.
Mike
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-instanciated-as-null-tp5796043p5796760.html
Sent from the Camel - Users mailing list arc
I tried removing the redelivery policy and no change still not executing the
route.
Mike
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-instanciated-as-null-tp5796043p5796755.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hmm I'm using org.apache.camel.processor.RedeliveryPolicy should this be
something else?
Mike
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-instanciated-as-null-tp5796043p5796754.html
Sent from the Camel - Users mailing list archive at Nabble.com.
In JMX I get no entries for this Camel route others work fine that do not use
Artemis.
Log's give me no errors.
I'm getting this from the karaf webconsole seems that the
org.apache.activemq can't be resolved.
ESBRoute23.xmlESBRoute23.xml
Symbolic Name ESBRoute23.xml
Version 0.0.0
Bundle Locatio
I cleaned this up a bit it loads without any errors but does not run anyone
have any ideas why this would fail?
http://www.osgi.org/xmlns/blueprint/v1.0.0";
xmlns:jaas="http://karaf.apache.org/xmlns/jaas/v1.0.0";
xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-
Background :
I'm running camel 2.18.3 on a AWS karaf 4.1.0 platform.
I have a simple route using restlet that works fine but when using a route
with a endpoint activemq artemis it fails with the following error.
org.osgi.service.blueprint.container.ComponentDefinitionException: Name
jmsConnection
Hmm checking the Camel FAQ web site I come up with this:
Important changes to consider when upgrading
Java 1.8 is now required.
*Karaf 2.4.x is no longer supported. Karaf 4.x is the primary supported OSGi
platform.*
Jetty 8.x is no longer supported and camel-jetty8 has been removed
spring 4.0 is n
I'm running into a few issues also.
I'm running Karaf 4.1.0 and Camel 2.18.3 on AWS.
What are the current approved versions?
Mike
--
View this message in context:
http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796041.html
Sent from the Camel - Users mailin
Thanks Mark,
I was just logging on to ask that exact question. The Spring Boot seems like
a pretty clean way of packaging and delivering Camel to Docker.
Mike
--
View this message in context:
http://camel.465427.n5.nabble.com/Recommend-a-platform-for-running-Camel-tp5795331p5795397.html
Sent
Thanks Christian,
I agree I think we will need more ability to manage the processes as we
scale.
I tried the SpringBoot approach over the weekend very easy to get going but
I'm not seeing any way to manage a large number of processes.
On to the next option fabric8/kubernetes.
--
View this m
Thanks everyone for the feedback it really helps.
And Claus I have the first book and look forward to the 2nd.
I have been watching your videos they have been a great help.
So far I have been testing out Servicemix and setup it up on docker I think
I'll take a look at Spring Boot and fabric8/kub
I have been running ActiveMQ and Camel for a few years now.
Our organization is in the process of growing to multi locations across the
globe.
We are in the process of developing a microservice and agile AWS / docker
environment.
I have been looking at Servicemix but the community seems not as foc
I'm running ActiveMQ 5.13 on a leveldb cluster.
My ActiveMQ.xml config contains a Camel route in an include file.
I route xml from one queue to a topic but when slave is in standby mode I
keep getting this error :
INFO | jvm 1| 2015/12/28 18:10:26 | ERROR | Could not refresh JM
I'm developing a route that will read the incoming xml message and create a
new message to pass to an outbound route.
I need to extract some data via xpath then concat the data elements to send
to a new route.
Example
My
home
var1 = data1
var2 = data2
var3 = var1 + " " + var2
var3 =
Ok I have the solution now.
I added sync=false to the uri
It was using request / reply model and waiting for a response.
Thanks for all the help.
Mike
--
View this message in context:
http://camel.465427.n5.nabble.com/Sending-to-Syslog-tp5760517p5760780.html
Sent from the Camel - Users m
I have it working I guess I was missing some more Jar's.
Interesting the 1st message seems to work but the second one times out then
works.
Error Message:
ERROR | Failed delivery for (MessageId:
queue_syslogMessages_ID_FM-WLTP082-60537-1418754256058-7_1_1_1_1 on
ExchangeId: ID-FM-WLTP082-60535-1
Thanks
I have added the Jar's things are looking better.
The route is running now when I send it a formatted message I get the
following error:
*Message:* <2>Jul 10 12:00:00 192.168.1.1 SyslogGen MESSAGE TEXT
ERROR | Failed delivery for (MessageId:
ID:FM-WLTP082-56545-1418751719052-7:1:1:1:1 on
I think I'm seeing a pattern.
I thought I could do this using just Spring XML and no code.
I'm not a Java programmer so I was hoping to use Spring XML to do all this
work.
Thanks
--
View this message in context:
http://camel.465427.n5.nabble.com/Sending-to-Syslog-tp5760517p5760636.html
Sent
Thanks for the response.
I get errors when I try using the dataFormats element.
Error: "because of Data format 'syslog' could not be created"
Seems like there is a Jar missing but I saw no reference to it in the
documentation.
I
I would like to setup a ActiveMQ queue for syslog messages and use Camel to
send to the Syslog Server.
I looked at the following link but I'm unable to get this to work.
http://camel.apache.org/syslog.html
I'm using Spring for the configuration.
http://www.springframework.org/schema/beans";
x
I was able to get this to work using the following:
ActiveMQ XMl:
http://camel.apache.org/schema/spring";>
/FMIMessage/Header1/Dest/text()
Thanks for the update.
I'm still have issues updating the header.
http://camel.apache.org/schema/spring";>
/Header1/Dest/text()
I'm having a problem getting the value from the Dest Element and using it in
the recipient list.
I don't get any errors but the message does not show up in the topics.
I'm using an input queue "activemq:queue:queue.ESB.incoming" then it should
route to 2 topics based on the Dest values.
XML Messa
I would like to perform a Camel route based on an xpath value in an XML
message.
The XML Message example:
1
Event
App1
topic.A
AppA
ActiveMQ example:
http
27 matches
Mail list logo