Thank you
It did work. Appreciate your response.
Thanks
sunder
--
View this message in context:
http://camel.465427.n5.nabble.com/Limit-number-of-JMS-Processor-tp4811575p4812384.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Claus
Please disregard. I got it working. Thanks for your help.
--
View this message in context:
http://camel.465427.n5.nabble.com/Missing-properties-on-exception-tp4775029p4812020.html
Sent from the Camel - Users mailing list archive at Nabble.com.
try setting both the concurrentConsumers and maxConcurrentConsumers = 1...
...
sunderb wrote:
>
> Hi
>
> We are connecting to weblogic JMS queue - through a standalone camel
> application - Using the below camelContext file. The idea is to check for
> pending message in JMS queue and process
Claus
Per your suggestion, I tried setting in XML as follows, but it still does
not work. The only properties I am seeing on the exchange where I was trying
to get the JMSCorrelationID were CamelBinding and CamelExceptionCaught.
${header.JMSCorrelationID}
According the pom.xml files in the central maven repo, camel 2.3.0 was the last
spring 2.5.x compatible release:
http://repo1.maven.org/maven2/org/apache/camel/camel-parent/2.3.0/camel-parent-2.3.0.pom
If you step up one, and go look at the camel-parent-2.4.0.pom
http://repo1.maven.org/maven2/
One quick note on this: Claus states in this thread:
http://camel.465427.n5.nabble.com/Camel-and-Spring-in-2-3-td489072.html
"Camel 2.x is compatible with Spring 2.0.x, Spring 2.5.x and Spring 3.0.x as
well. However Spring 2.5.6 is the release which is being used by default. I
anticipate Camel
Thanks Brendan - that link seems to imply that you must have spring 3.x for
camel-spring-ws -- which I am *not* using. It would be great if I could use a
camel 2.8.x release with spring 2.5.6. Again, I'm using camel-spring,
camel-core, and camel-jms along with activemq. I guess I just have t
On 2011-09-16 10:49 AM, Davis Ford wrote:
> Hi Camel users,
>
> I built a standalone maven project using camel 2.8.0 core, spring, and jms
> components. The camel deps pull in spring 3.0.5-RELEASE as a dependency.
>
> Now, I want to use this new project in another larger, more legacy project
> t
Hi Camel users,
I built a standalone maven project using camel 2.8.0 core, spring, and jms
components. The camel deps pull in spring 3.0.5-RELEASE as a dependency.
Now, I want to use this new project in another larger, more legacy project that
depends heavily on spring 2.5.6. The upgrade from
On Fri, Sep 16, 2011 at 3:59 PM, jdpatil wrote:
> I have one sysytem property (isProduction)which tells if the server is test
> server or production server.
> In my applicationContext.xml i have define propetryplaceholder and need to
> change the location according to the system property. If the s
Yes - camel is just a library... use it like you would any other library in
your application.
On Sep 16, 2011, at 7:15 AM, atouret.nos...@free.fr wrote:
> Hello,
> Do you know if apache camel works on weblogic AS ?
>
> Thanks.
> Regards,
> Alexandre Touret
Hello,
Do you know if apache camel works on weblogic AS ?
Thanks.
Regards,
Alexandre Touret
I have one sysytem property (isProduction)which tells if the server is test
server or production server.
In my applicationContext.xml i have define propetryplaceholder and need to
change the location according to the system property. If the system propetry
isProduction=true then use proddir.propert
Hi
You can add a correlation ID to the request, then use that ID to
aggregate[1] the request and response.
[1]http://camel.apache.org/aggregator2.html
Taariq
On Fri, Sep 16, 2011 at 11:57 AM, pochadri wrote:
> Can somebody please guide me on creating the route with the following
> requirement
Hello
I m using tomcat and you're right. I mixed this upgrade and an another
config
Thanks
Regards
Alexandre
- Mail original -
De: "Claus Ibsen"
À: users@camel.apache.org
Envoyé: Vendredi 16 Septembre 2011 14:05:44
Objet: Re: Camel 2.8.1 produces NoClassDefFoundError:
org/apache/c
On Fri, Sep 16, 2011 at 1:58 PM, wrote:
> Hello
> I'm trying to migrate an existing webapp which uses camel 2.8.0 to 2.8.1.
> Unfortunately, when I start the webapp I have the following error :
>
> 16 sept. 2011 13:51:28 org.apache.catalina.core.StandardContext listenerStart
> GRAVE: Exception lo
Hello
I'm trying to migrate an existing webapp which uses camel 2.8.0 to 2.8.1.
Unfortunately, when I start the webapp I have the following error :
16 sept. 2011 13:51:28 org.apache.catalina.core.StandardContext listenerStart
GRAVE: Exception lors de l'envoi de l'évènement contexte initialisé (con
I set up many ActiveMQ brokers using this:
How to configure Camel to connect to the cluster? Because ports the
brokers listen to is vary (not fixed). I'm new to clustering.
Thanks
--
~The best men are men who benefit to others
http://michsan.web.id 一緒に勉強しましょう!
Yang berkualitas memang beda ra
Can somebody please guide me on creating the route with the following
requirements
1. A request is sent over tcp to outside server
2. Reply can come any time later and there is no gaurantee the replies would
be in the same order as requests were sent
3. Request then need to be matched with respon
I think I can in few days, but taking into account Camels versatility and
pluggability is it ok to enable JAAS as an option in the ejb component
configuration? In theory any resource could have been protected with JAAS, I
mean any component. So it's a question of how do we tackle it from the
archit
Thanks Claus,
It works with direct.
Awaiting for the fix.
regards,
Kevin
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-mail-imap-javax-mail-FolderClosedException-tp4796608p4810027.html
Sent from the Camel - Users mailing list archive at Nabble.com.
The Camel PMC is glad to announce the availability of apache-camel
version 2.8.1.
This release resolved over 45 JIRA issues (mostly bugs) reported by users.
Download [1] Camel now, check out the release notes [2] and enjoy the ride!
The release is synced to Apache Maven central, and also available
Maybe we can do some work on the EjbComponent side, to set up the JAAS
for the ejb invocation.
Do you fancy to provide a patch for it ?
On Fri Sep 16 16:20:57 2011, vhalitsyn wrote:
Hi again,
I have verified the configuring the ejb component only with
solves the problem w
Hi again,
I have verified the configuring the ejb component only with
solves the problem with the registry - great tip! Thanks!
However the question with authorization still stands... Is it correct that I
have to do the auth manually in bean/processor with LoginContext in order
Hi
The problem is likely that you use the seda in routing from the mail endpoint.
Can you use direct instead?
I have created a ticket to improve this in camel-mail, so closing the
mail folder is an option you can turn on|off.
https://issues.apache.org/jira/browse/CAMEL-4456
On Fri, Sep 16, 2011
Thank you Willem, that works.
My call is now:
return template.requestBodyAndHeaders( this.groupsUri,
new Object[0], headers, String.class );
and I get the expected response.
The "ping" operation is just a test one, but now it means I can make my
test use much more of my main co
26 matches
Mail list logo