I have created maven app and my code is working now. Thank You very much.
[?]
Can you please guide me on How can i proceed now means after getting
Endpoint object ? Any documentation or tutorial for reading mail will help
me a lot.
Thank you very much.
On Wed, Nov 2, 2011 at 4:28 PM, Ketan Barap
On 11/3/11 1:25 AM, diwakar wrote:
Hi,
Thanks for the comment. I have 2 more queries.
So Servicemix 4/5 seems to be better option than pure Karaf for
hosting Camel as standalone process.
If we want to host Camel inside application server (ex:
Websphere), th
Diwakar, here is some more info on running Camel in Karaf or in a web
application container...
http://camel.apache.org/karaf.html
http://camel.apache.org/tutorial-on-using-camel-in-a-web-application.html
diwakar wrote:
>
> Hi,
>
> Thanks for the comment. I have 2 more queries.
>
Hi,
Thanks for the comment. I have 2 more queries.
So Servicemix 4/5 seems to be better option than pure Karaf for
hosting Camel as standalone process.
If we want to host Camel inside application server (ex:
Websphere), then which is the preferred approach? Pur
Sorry all. Please ignore the above thread. It was an issue with the way I had
created the myList object in the MyListAggregation (AggregationStrategy)
class. I had it as a global variable.
The below works...
public Exchange aggregate(Exchange oldExch, Exchange newExch) {
t
Ah, awesome, now it works like a charm - thank you very much for your quick
help!
Greetings,
Hendrik Schöneberg
--
View this message in context:
http://camel.465427.n5.nabble.com/JMS-Publish-Subscribe-Message-Redelivery-tp4958062p4958330.html
Sent from the Camel - Users mailing list archive at
The aggregation I am using is
public Exchange aggregate(Exchange oldExch, Exchange newExch) {
try{
if (oldExch == null) {
oldExch = new DefaultExchange(new
DefaultCamelContext());
oldExch.getIn().setBody(myLi
You have concurrent consumers set to 20
Then impacts when consuming from topics. You should not use concurrent
consumers on topics.
On Wed, Nov 2, 2011 at 3:40 PM, hschoeneberg
wrote:
>
> Claus Ibsen-2 wrote:
>>
>> Hi
>>
>> Your configuration files is missing from the mail.
>>
>>
>
> Sorry, fi
Claus and Ceki,
That's exactly what I meant. To be able to use 'marker' as a parameter of
camel:log or as it's own XML element.
I will get the JIRA ticket created.
Regards,
Michael Kolakowski
--
View this message in context:
http://camel.465427.n5.nabble.com/Can-camel-use-a-Marker-as-used-in-
Hi
Maybe see this article which covers and example with consumers which
can take XML or CSV data.
http://java.dzone.com/articles/open-source-integration-apache
On Tue, Nov 1, 2011 at 12:42 PM, tkatva wrote:
> Hello
>
> Thank you for your answer. One thing that is troubling me is that can you
>
Hi
Your configuration files is missing from the mail.
On Wed, Nov 2, 2011 at 2:29 PM, hschoeneberg
wrote:
> Hello everyone,
>
> I am working a message-driven client-server-application and recently
> migrated my project from pure JMS-messaging to messaging via Camel. The
> messaging has been wo
On Tue, Nov 1, 2011 at 10:55 PM, boday wrote:
> my take is that unless you explicitly need any Servicemix features, then just
> use Karaf because its lighter weight, etc...
>
Karaf is a general purpose container which is not preset/preconfigured
for optimal Camel runtime. You would need to config
Hi
We dont have resources to keep updating tutorials over the time when
Camel and what else change.
For example the OSGi tutorial Charles did is based on Camel 1.6 and
early version of Karaf etc.
For a WSDL example then check for example the CXF examples
For example the Tomcat example which is a
The below logs show the various size's of the list. Looks like the below line
of code has something wrong in it.
Please help solve this.
*from("file:/work_dir/camel_proj/data/input?delete=true")
.log("Starting to process big file: ${header.CamelFileName}")
.split(b
Hello everyone,
I am working a message-driven client-server-application and recently
migrated my project from pure JMS-messaging to messaging via Camel. The
messaging has been working reliably so far and during the migration-process
my JMS-infrastructure remained unchanged (broker configuration et
Thanks a lot.
I am using the "completionSize" option in the Aggregation and i've set it to
2000. But in the log above you see that the size of the list that is passed
to the bean "parseList" is little more than 2000.
I am not sure if i have something wrong in the above route.
Appreciate your hel
Now it works...
--
View this message in context:
http://camel.465427.n5.nabble.com/http-repository-apache-org-does-NOT-respond-tp4957786p4957950.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi Ceki
Thanks for the details.
Michael feel free to create a JIRA ticket for this improvement. Seems
like it should be possible with slf4j API to support markers in the
DSL.
As we love contributions you are of course welcome to work on a patch as well.
http://camel.apache.org/contributing.html
It's still the same
Will give a try today evening from at home as I'm currently in the office
behind a HTTP proxy
Thanks Jon for you reply.
Regards, Babak
--
View this message in context:
http://camel.465427.n5.nabble.com/http-repository-apache-org-does-NOT-respond-tp4957786p4957876.html
Se
Try again? There are some bits of Apache infra that were/are down this
morning.
On Wed, Nov 2, 2011 at 8:28 AM, bvahdat wrote:
> Hi,
>
> while trying to do
>
> mvn install -Pfastinstall
>
> on the trunk I'm blocked as it hangs on
> ...
> ...
> ...
> Downloading:
>
> http://repository.apache.org/
I have created test project added camel-mail in my class path and other
jars are also in classpath which comes with camel download.
I will create Maven project and try this but is anything wrong if i don't
use maven.
Thank You
Ketan
On Wed, Nov 2, 2011 at 3:28 PM, Bilgin Ibryam wrote:
> Do yo
Hi,
while trying to do
mvn install -Pfastinstall
on the trunk I'm blocked as it hangs on
...
...
...
Downloading:
http://repository.apache.org/snapshots/org/apache/camel/camel-buildtools/2.9-SNAPSHOT/maven-metadata.xml
Just wonder if I'm the only one having this problem right now. On the other
Do you have mail component added to your project with correct camel
version? Something like this?
org.apache.camel
camel-mail
x.x.x
Bilgin
On Tue, Nov 1, 2011 at 6:37 PM, Ketan Barapatre
wrote:
> I have been through the provided links and documentation. Now I want to
> read
Hi all,
Since markers are part of SLF4J's public API, you can invoke logger
print method with markers.
As Michael mentioned you can write:
Marker blueMarker = MarkerFactory.getMarker( "blue" );
logger.warn( blueMarker , "my log message" );
If logback is the underlying logging framework, S
Hi Claus,
I was going through this
http://camel.apache.org/tutorial-example-reportincident-part1.html
I want wsdl based simple using camel. Will this be helpful ?. Your article
was dated 2008. Do i require some modifications in it. I am confused with
some steps.
Can you brief what you are sayi
On Tue, Nov 1, 2011 at 5:33 PM, mkolakow wrote:
> In our project's logging, we have recently started using Markers, which are
> described in the following:
>
> http://logback.qos.ch/manual/filters.html
>
> According to the Camel docs: http://camel.apache.org/log.html Camel 2.7+
> uses SLF4J and I
Hi
Add error report https://issues.apache.org/jira/browse/CAMEL-4605
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-ftp-read-next-file-after-close-connection-tp4952369p4957362.html
Sent from the Camel - Users mailing list archive at Nabble.com.
27 matches
Mail list logo