Dears,
Why don't we have components for Lily in Apache camel , so it will ease
writing Lily Clients .
I believe apache camel has Zookeeper and Hbase components .
it is just suggestion :) .
thanks,
Omar Atia
On Mon, Sep 24, 2012 at 11:23 PM, Omar Atia wrote:
> Dears,
>
> I
Adding to this BPEL is slow in performance for heavy load activities.
Camel is the best solution you go for , even spring DSL configuration you can
do the same.
-Original Message-
From: Henryk Konsek [mailto:hekon...@gmail.com]
Sent: Friday, September 14, 2012 4:12 PM
To: users@camel.ap
le code it would be really appreciate .
Appreciate your response ,
Thanks,
Omar Atia
Sent from my iPad
On Jun 25, 2012, at 12:24 PM, "Claus Ibsen" wrote:
> Hi
>
> In your route using Java DSL, you need to declare the id of the route
> in the DSL using .routeId("foo")
>
> eg
>
> from("file:foo").routeId("foo")
> .to("blah")
>
> Then you can refer to the route id "foo" in t
Dear Claus,
Can you provide help for the below or guide us to concerned people ?
We want Fusesource to share with us FUSE ESB infra. Solution design for:
1. HA: High availability.
2. DR: Disaster Recovery.
Appreciate your quick feedback.
Thanks,
Omar atia
Sent via BlackBerry
It is version conflict , which camel core your bundle has dependency on , is it
2.9 or 3.0 ?
You can check running the following command ,
Packages imports | grep osgi , check its syntax please .
Thanks,
Omar atia
Sent via BlackBerry®
-Original Message-
From: Borut Bolčina
Date: Fri
What about JDBC and calling DB package , can we use something faster to Oracle
DB new transport for example?
-Original Message-
From: Daniel Kulp [mailto:dk...@apache.org]
Sent: Wednesday, April 04, 2012 12:09 AM
To: users@camel.apache.org
Cc: Omar Atia
Subject: Re: Jetty server
*Raúl Kripalani*
*Principal Consultant | FuseSource Corp.
r...@fusesource.com | fusesource.com <http://www.fusesource.com/>
skype: raul.fuse | twitter: @raulvk <http://twitter.com/raulvk>,
@fusenews<http://twitter.com/fusenews>
*
On 3 April 2012 16:34, Omar Atia wrote:
> Sorry I wil
Sorry I will deploy CXF WS on ServiceMix using Apache camel :
Like this route :
Bean has to JDBC connect to DB and execute a DB package .
Thanks,
Omar Atia
From: Omar Atia
Sent: Tuesday
number of
request per second? I believe performance testing should Judge.
Well appreciate your feedback,
Thanks,
Omar Atia
Dears ,
What is the difference between Apache camel and mule ! I have gone through
integrations with apache camel but didn't have the chance to do some in mule ,
may you please advise if there is continuous development using mule like the
open source we are seeing using apache camel.
Another q
| fusesource.com <http://www.fusesource.com/>
skype: raul.fuse | twitter: @raulvk <http://twitter.com/raulvk>,
@fusenews<http://twitter.com/fusenews>
On 21 March 2012 17:04, Omar Atia wrote:
> I got it thanks.
>
> From: Omar Atia
> Sent: Wednesday, March 21, 2012 6:48 PM
Currently I have project to replace BPEL with activemq and Camel , avoid BPEL .
Enjoy the camel ride.
Thanks,
-Original Message-
From: Hugo [mailto:the_damned_an...@voila.fr]
Sent: Thursday, March 22, 2012 6:36 PM
To: users@camel.apache.org
Subject: Orchestration with Camel
Hi everyone
I got it thanks.
From: Omar Atia
Sent: Wednesday, March 21, 2012 6:48 PM
To: 'users@camel.apache.org'
Subject: extract Subno using XPATH
Dear all,
I have the attached XML , who can help me to extract SubscriberNo using XPATH
in spring DSL , it has name spaces to reach it .
I n
Dear all,
I have the attached XML , who can help me to extract SubscriberNo using XPATH
in spring DSL , it has name spaces to reach it .
I need to set header value subno equals to the value coming in the XML.
Thanks,
Omar Atia
delete.xml
Description: delete.xml
is shell issue , wait till servicemix is up
then do what I mentioned up.
Thanks,
Omar atia
Sent via BlackBerry®
-Original Message-
From: Claus Ibsen
Date: Tue, 20 Mar 2012 07:46:10
To:
Reply-To:
Subject: Re: Mina route on servicemix - Error executing command
o
coming inside the XML , value should be compared to lower and upper value in
the range .
Appreciate your feedback,
Thanks,
Omar Atia
.
Can you please use the mailing list for Apache ActiveMQ for your AMQ questions.
On Wed, Mar 7, 2012 at 8:52 AM, Omar Atia wrote:
> Dear Ashwin ,
>
> The XML message size is less than 2000 bytes , we have already four channels
> to send messages in parallel to mina-tcp then to
.
can we configure threads for activemq ? increase no of threads to handle 20
request?
thanks,
Omar Atia
From: Ashwin Karpe [aka...@fusesource.com]
Sent: Wednesday, March 07, 2012 2:28 AM
To: users@camel.apache.org
Subject: Re: Activemq for high
with good
performance?
Which is better ? Activemq message store? Kahadb or oracle? The issue is oracle
can be queried easily but I believe jdbc makes things slower
Appreciate your feedback,
Thanks,
Omar atia
repository and re-update WS after exception disappeared .
thanks,
Omar Atia
his
side .
Thanks,
Omar Atia
thanks , I already did the testing on the simulator , also I have real SMSC to
test with :).
thanks,
Omar Atia
From: Christian Müller [christian.muel...@gmail.com]
Sent: Sunday, February 19, 2012 2:20 PM
To: users@camel.apache.org
Subject: Re: Smpp unit
Dears,
We are trying to manage to send SMS to SMSC using , is their any test case !?or
unit test source code that tests the functionalities of smpp .
Even if you can provide svn link for the unit test.
Appreciated.
Thanks,
Omar atia
Sent via BlackBerry®
Thanks a lot.
-Original Message-
From: Ashwin Karpe [mailto:aka...@fusesource.com]
Sent: Thursday, February 16, 2012 12:07 AM
To: users@camel.apache.org
Subject: Re: Threads in SMPP ,,,
Hi,
I am not sure if this is a homegrown component you have written. I will try
to speak to the behav
Dears ,
I need to bind as receiver to SMS and wait for SMS to come into my camel , is
it supporting threading ? can we have the receiver from SMSC (from (smpp://) to
support multi threading ? or it depends on camel threads like mina tcp.
Thanks,
Omar Atia
Thanks I understand it from the following code :
http://svn.apache.org/repos/asf/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfProducer.java
-Original Message-
From: Omar Atia
Sent: Tuesday, February 07, 2012 11:21 AM
To: users@camel.apache.org
Subject
: java.lang.IllegalArgumentException: Get the wrong
parameter size to invoke the out service, Expect size 5, Parameter size 1.
Please check if the message body matches the CXFEndpoint POJO Dataformat
request.
Thanks,
Omar Atia
-Original Message-
From: Willem Jiang [mailto:willem.ji...@gmail.com]
Sent: Thursday
input param ?
I will read the below articles and see what can I do , I don't want to write
java beans and call WS inside java beans , I need to call it from spring DSL :)
Thanks,
Omar atia
Sent via BlackBerry®
-Original Message-
From: Willem Jiang
Date: Wed, 1 Feb 2012 22:20:3
Client
using spring only XML configuration with Zero code , and call the Web service
using spring , shall the camel exchange use more than one class .
Or we need to make a bean in spring and JAXWS to invoke it attached WSDL.
Appreciate your feedback .
Thanks,
Omar Atia
Check the attached , how I'm sending log to Router.txt (daily logging).
Everything should be logged into that file and will be renamed daily.
-Original Message-
From: Jean-Baptiste Onofré [mailto:j...@nanthrax.net]
Sent: Tuesday, January 24, 2012 10:45 AM
To: users@camel.apache.org
Subj
at is difference , the incoming
requests coming to tcp mina with disconnect true , but goes into the 2nd tcp
endpoint with disconnect =true and lazySessionCreation false.
Appreciate ur feedback,
Thanks,
Omar Atia
Dear Claus,
I did that as below
2GB of memory and 50 threads, inflight exchange now 1 or 2 or zero and
processing is very fast when having huge load.
Thanks,
Omar Atia
-Original Message-
From: Claus Ibsen [mailto:claus.ib...@gmail.com]
Sent: Tuesday
having a lot of delay after the change only
seconds.
How camel queue works ? if no of threads is 10 and how it works if number of
threads is 50.
Thanks,
Omar Atia
Dear Diwakar,
Have a look for default profile threading :.
http://camel.apache.org/threading-model.html
Camel in action book has a section for thread EIP as well .
Chapter 10/pools .
Attach is XML spring as sample.
Thanks,
Omar Atia
-Original Message-
From: diwakar [mailto:diwakar.j
that's
passed to MinaComponent.
So increasing the camel corepoolsize will increase no of threads used by Mina.
Thanks,
Omar Atia
-Original Message-
From: Willem Jiang [mailto:willem.ji...@gmail.com]
Sent: Monday, December 26, 2011 10:12 AM
To: users@camel.apache.org
Subject: Re: TCP
(), configuration.getPort());
Mina is considering the default thread pool in creating threads .
Thanks,
Omar Atia
-Original Message-
From: Willem Jiang [mailto:willem.ji...@gmail.com]
Sent: Monday, December 26, 2011 9:24 AM
To: users@camel.apache.org
Subject: Re: TCP Mina with Apac
ap is 1GB , how much memory
needs 100 pool ???
Thanks,
Omar Atia
ch request.
May you advise how many should I have to handle such high number of request
requests ?
Thanks,
Omar Atia
, see
http://camel.apache.org/advanced-configuration-of-camelcontext-using-spring.html
On Sun, Dec 18, 2011 at 2:09 PM, Omar Atia wrote:
> Brother , I have seen the below and seen the test case ,How to make it in
> spring DSL ? like
>
> class="org.apache.camel.management.Log
!how can I increase it
when running camel context not from jconsole ?
Thanks,
Sent via BlackBerry® from mtc touch
-Original Message-
From: Claus Ibsen
Date: Sun, 18 Dec 2011 16:28:19
To:
Reply-To:
Subject: Re: Inflight exchange queue!!
On Sun, Dec 18, 2011 at 3:07 PM, Omar Atia
Dears,
Let me know how to increase inflight exchange queue above 10! Is it related to
fabric queue in camel ! I'm using apache camel 2..8.0 !
Thanks,
Omar atia
listener in JMX to react.
On Sun, Dec 18, 2011 at 12:17 PM, Omar Atia wrote:
> I'm using Camel 2.8.0 .
>
> Does Camel 2.9.0 release support the below ?
>
> Thanks,
> Omar Atia
>
> From: Omar Atia
> Sent: Sunday, December 18, 2011 12:36 PM
> To: users@camel.apache.
I'm using Camel 2.8.0 .
Does Camel 2.9.0 release support the below ?
Thanks,
Omar Atia
From: Omar Atia
Sent: Sunday, December 18, 2011 12:36 PM
To: users@camel.apache.org
Subject: Required Example for Sending JMX Notification exchange id etc...
Dears,
As I understand there is JMX notific
Dears,
As I understand there is JMX notification , you need to subscribe to it to get
info ,
Let us say that we have a route . this route is started and exception has
occurred in the route while sending messages /exchanges .
I need to know how to propagate exception message and many detailed m
Does Seda keeps information in the heap memory as I'm afraid I lost 5 days to
do fix for memroy leak caused by mock .can u give me example as I understand
the below :
1- from tcp port1 to seda1
2- from tcp port2 to seda1
>From seda1 to process the request .
Is that right ?
Thanks,
O
tcp mina end point as in the title sorry :)
Sent via BlackBerry® from mtc touch
-Original Message-
From: Justin Rosenberg
Date: Fri, 16 Dec 2011 09:56:13
To:
Reply-To:
Subject: RE: Mina tcp ..
Which endpoint?
~Justin
-Original Message-
From: Omar Atia [mailto:omar.a
Dears,
How can I enable/configure two ports for a route in Spring XML or Java DSL?
Thanks,
Omar Atia
more statistical information .
I need to have more power and monitoring to make performance testing using
Camel and apache Open source projects (CXF ,spring etc...)..
Thanks,
Omar Atia
pointing me to correct path to fix the issue .
Thanks,
Omar Atia
From: Raul Kripalani [mailto:r...@fusesource.com]
Sent: Monday, December 12, 2011 12:34 PM
To: users@camel.apache.org; Omar Atia
Subject: Re: Garbage collection Execuation ...
Hi Omar,
The Sun JDK provides a number of tools which can
se. If your goal is to test
deployable routes inline, consider using
NotifyBuilder<http://camel.apache.org/notifybuilder.html> or
AdviceWith<http://camel.apache.org/advicewith.html> in your tests instead of
adding Mock endpoints to routes directly.
From: Omar Atia
Sent: Tuesday, D
Attached Graph for Old Gen behavior .
[cid:image001.png@01CCB9D3.EFAC3460]
-Original Message-
From: deckerego [mailto:decker...@gmail.com]
Sent: Monday, December 12, 2011 6:10 PM
To: users@camel.apache.org
Subject: Re: Garbage collection Execuation ...
If you're seeing objects repe
Dear Deckerego,
I didn't write any code it is all XML configuration as spring and I have
attached xml came context.
Thanks,
Omar Atia
-Original Message-
From: deckerego [mailto:decker...@gmail.com]
Sent: Monday, December 12, 2011 6:10 PM
To: users@camel.apache.org
Subject: Re: Ga
limit which is heap peak
(maximum memory and it should garbage collected ).
Thanks,
Omar Atia
-Original Message-
From: deckerego [mailto:decker...@gmail.com]
Sent: Monday, December 12, 2011 6:10 PM
To: users@camel.apache.org
Subject: Re: Garbage collection Execuation ...
If you're s
JVM for GC ?
How can I manage to free the old gen heap to back to original state before
doing the stress testing after directly finishing the testing I need to restore
the old heap .
Thanks,
Omar atia
Sent via BlackBerry® from mtc touch
-Original Message-
From: deckerego
Date: Sun, 11
other message is the timeout message I got as well .
Thanks,
Omar Atia
-Original Message-
From: Willem Jiang [mailto:willem.ji...@gmail.com]
Sent: Saturday, December 10, 2011 1:22 PM
To: users@camel.apache.org
Subject: Re: CXF Client or Server side issue :Unexpected end of file from serve
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_29]
at java.lang.Thread.run(Thread.java:662)[:1.6.0_29]
Is the below from remote WS or from CXF Client which calls the WS ? Bundle
resides on ServiceMix ESB.
Thanks,
Omar Atia
I also appreciate if you open Jira for it as we need to have this feature .
Thanks,
Omar atia
Sent via BlackBerry® from mtc touch
-Original Message-
From: Christian Müller
Date: Tue, 29 Nov 2011 19:24:07
To:
Reply-To:
Subject: Re: call Oracle Package procedure
Hello Vadim
below that you can send the request direct to
backend WS service how ?
For performance testing , we just tried sending 100,000 request daily and it
goes fine while monitoring through Jconsole .
Thanks,
Omar Atia
-Original Message-
From: Willem Jiang [mailto:willem.ji...@gmail.com]
Sent: S
his need to increase memory used for apache camel ?
>
> let us say we are having solaries sparc as hardware .
>
> I really appreciate your response .
>
> Thanks,
> Omar Atia
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Configur
g DSL
I'm using IntelliJ but Eclipse or any editor supporting xml with
schemas should be fine.
Bilgin
On Mon, Nov 21, 2011 at 8:58 PM, Omar Atia wrote:
> Is there any IDE different than Eclipse Plugin for apache camel ?
>
> -Original Message-
> From: newbiee [mailto:m
Is there any IDE different than Eclipse Plugin for apache camel ?
-Original Message-
From: newbiee [mailto:m_ess...@hotmail.com]
Sent: Monday, November 21, 2011 10:39 PM
To: users@camel.apache.org
Subject: Re: converting form JAVA DSL to Spring DSL
Thanks Bilgin.
I'm not using IDE
Container on Fuse ServiceMix , Is it
only admin and monitoring and management of it ? what is mainly advantages and
what is disadvantages ?
I really appreciate quick feedback .
Thanks,
Omar Atia
From: Omar Atia
Sent: Saturday, November 12, 2011 12:23 PM
To: Omar Atia; 'us...@servicemix.apach
Dears,
Adding to below e-mail when ignoring some packages , I had the following :
karaf@root> Exception in thread "SpringOsgiExtenderThread-8" org.springframework
.beans.factory.BeanCreationException: Error creating bean with name 'INunified':
Initialization of bean failed; nested exception is j
HotSpot(TM) Client VM (build 17.0-b17, mixed mode, sharing)
3rd , I'm getting a lot of missing packages shall I install one by one , I'm
really going crazy.
Appreciate your feedback,,
Thanks,
Omar Atia
-Original Message-
From: Jean-Baptiste Onofré [mailto:j...@nanthrax.net]
t work I already have JDK 1.6 installed in the system !
Hope someone can help me !?
Thanks,
Omar Atia
Dears,
What is the difference between ?
${bodyAs(String)} contains 'CommandResponseData'
And
${body.toString} contains 'CommandResponseData' which you
raise JIRA Camel 4647 for it ?
Thanks,
Omar Atia
-Original Message-
From: Roman Stumm (Created) (JIRA) [ma
eb service or with the CXF version or camel itself?
Thanks,
Omar Atia
-Original Message-
From: Claus Ibsen [mailto:claus.ib...@gmail.com]
Sent: Saturday, November 05, 2011 1:31 PM
To: users@camel.apache.org; Omar Atia
Subject: Re: How to filter ?
On Sat, Nov 5, 2011 at 12:04 PM, Omar A
.
Thanks,
Omar atia
Sent via BlackBerry® from mtc touch
SReturnVO is returned it works fine , I want to stay on
POJO format as my route depends on them .
If you can suggest to use XPATH as well or any other to differentiate between
normal return and excpetion?
Thanks,
Omar Atia
A features.
For example you can have two consumers on a route that load balance.
It is also important if your messages have to be kept in sequence or
not. Can you describe how your integration looks like?
Christian
Am 04.11.2011 09:59, schrieb Omar Atia:
> Dears,
>
> I would like to
your recommendation for that ?
Thanks,
Omar Atia
72 matches
Mail list logo