Re: Lily Bulk Load ...which is better REST API / JAVA API (Linux Specs)

2012-09-25 Thread Omar Atia
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

RE: Camel vs BPEL

2012-09-14 Thread Omar Atia
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

TCP MINA With network elment

2012-07-27 Thread Omar Atia
le code it would be really appreciate . Appreciate your response , Thanks, Omar Atia

Re: Testing routes: Get route definition by id gets null

2012-06-25 Thread 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

Fuse high availability & disaster recovery..

2012-05-16 Thread Omar Atia
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

Re: Deploying route to Karaf

2012-04-13 Thread Omar Atia
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

RE: Jetty server...Performance testing ...

2012-04-04 Thread Omar Atia
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

RE: Jetty server...Performance testing ...

2012-04-03 Thread Omar Atia
*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

RE: Jetty server...Performance testing ...

2012-04-03 Thread Omar Atia
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

Jetty server...Performance testing ...

2012-04-03 Thread Omar Atia
number of request per second? I believe performance testing should Judge. Well appreciate your feedback, Thanks, Omar Atia

Mule or Apache camel...

2012-04-02 Thread 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

RE: extract Subno using XPATH

2012-03-23 Thread Omar Atia
| 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

RE: Orchestration with Camel

2012-03-22 Thread Omar Atia
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

RE: extract Subno using XPATH

2012-03-21 Thread Omar Atia
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

extract Subno using XPATH

2012-03-21 Thread Omar Atia
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

Re: Mina route on servicemix - Error executing command: java.lang.NullPointerException

2012-03-20 Thread Omar Atia
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

choose action based on Number range ....

2012-03-14 Thread Omar Atia
o coming inside the XML , value should be compared to lower and upper value in the range . Appreciate your feedback, Thanks, Omar Atia

RE: Activemq for high performance and scalable use.

2012-03-07 Thread 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

RE: Activemq for high performance and scalable use.

2012-03-06 Thread Omar Atia
. 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

Activemq for high performance and scalable use.

2012-03-06 Thread Omar Atia
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

Handling Failed delivery ...

2012-02-28 Thread Omar Atia
repository and re-update WS after exception disappeared . thanks, Omar Atia

Fuse Support...

2012-02-20 Thread Omar Atia
his side . Thanks, Omar Atia

RE: Smpp unit test..

2012-02-19 Thread 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

Smpp unit test..

2012-02-17 Thread Omar Atia
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®

RE: Threads in SMPP ,,,

2012-02-15 Thread Omar Atia
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

Threads in SMPP ,,,

2012-02-15 Thread Omar Atia
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

RE: Web service with more than one input in spring DSL.

2012-02-07 Thread 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

RE: Web service with more than one input in spring DSL.

2012-02-07 Thread Omar Atia
: 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

Re: Web service with more than one input in spring DSL.

2012-02-01 Thread Omar Atia
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

Web service with more than one input in spring DSL.

2012-02-01 Thread Omar Atia
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

RE: Writing the servicemix.log within custom java

2012-01-24 Thread 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

tcp Mina and lazySessionCreation

2012-01-03 Thread Omar Atia
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

RE: inflight exchange and queue of apache camel...

2012-01-03 Thread 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

inflight exchange and queue of apache camel...

2011-12-31 Thread Omar Atia
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

RE: Spring vs Java DSL

2011-12-28 Thread 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

RE: TCP Mina with Apache Camel...

2011-12-26 Thread Omar Atia
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

RE: TCP Mina with Apache Camel...

2011-12-26 Thread Omar Atia
(), 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

Mina endpoint

2011-12-25 Thread Omar Atia
ap is 1GB , how much memory needs 100 pool ??? Thanks, Omar Atia

TCP Mina with Apache Camel...

2011-12-23 Thread Omar Atia
ch request. May you advise how many should I have to handle such high number of request requests ? Thanks, Omar Atia

RE: Required Example for Sending JMX Notification exchange id etc...

2011-12-18 Thread 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

Re: Inflight exchange queue!!

2011-12-18 Thread Omar Atia
!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

Inflight exchange queue!!

2011-12-18 Thread 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

RE: Required Example for Sending JMX Notification exchange id etc...

2011-12-18 Thread 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.

RE: Required Example for Sending JMX Notification exchange id etc...

2011-12-18 Thread Omar Atia
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

Required Example for Sending JMX Notification exchange id etc...

2011-12-18 Thread Omar Atia
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

Re: Mina tcp ..

2011-12-16 Thread Omar Atia
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

Re: Mina tcp ..

2011-12-16 Thread Omar Atia
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

Mina tcp ..

2011-12-16 Thread Omar Atia
Dears, How can I enable/configure two ports for a route in Spring XML or Java DSL? Thanks, Omar Atia

Statistics camel Jconsole ...

2011-12-16 Thread 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

RE: Garbage collection Execuation ...

2011-12-15 Thread 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

RE: Garbage collection Execuation ...

2011-12-15 Thread Omar Atia
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

RE: Garbage collection Execuation ...

2011-12-13 Thread Omar Atia
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

RE: Garbage collection Execuation ...

2011-12-13 Thread Omar Atia
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

RE: Garbage collection Execuation ...

2011-12-12 Thread Omar Atia
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

Re: Garbage collection Execuation ...

2011-12-11 Thread Omar Atia
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

RE: CXF Client or Server side issue :Unexpected end of file from server

2011-12-10 Thread Omar Atia
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

CXF Client or Server side issue :Unexpected end of file from server

2011-12-09 Thread Omar Atia
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

Re: call Oracle Package procedure

2011-11-29 Thread 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

RE: Configuration for Apache camel...

2011-11-27 Thread Omar Atia
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

Re: Configuration for Apache camel...

2011-11-26 Thread Omar Atia
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

RE: converting form JAVA DSL to Spring DSL

2011-11-21 Thread Omar Atia
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

RE: converting form JAVA DSL to Spring DSL

2011-11-21 Thread Omar Atia
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

RE: Error while deploying Camel routers on ServiceMix...

2011-11-14 Thread Omar Atia
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

RE: Error while deploying Camel routers on ServiceMix...

2011-11-12 Thread Omar Atia
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

RE: Error while deploying Camel routers on ServiceMix...

2011-11-11 Thread Omar Atia
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]

Error while deploying Camel on ServiceMix...

2011-11-11 Thread Omar Atia
t work I already have JDK 1.6 installed in the system ! Hope someone can help me !? Thanks, Omar Atia

RE: [jira] [Created] (CAMEL-4647) Simple expression does not find method toString()

2011-11-09 Thread 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

RE: How to filter ?

2011-11-05 Thread Omar Atia
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

How to filter ?

2011-11-05 Thread Omar Atia
. Thanks, Omar atia Sent via BlackBerry® from mtc touch

RE: Using XPATH to choose Converto object

2011-11-04 Thread Omar Atia
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

RE: Fuse Apache Camel High Availability ...

2011-11-04 Thread 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

RE: Fuse Apache Camel High Availability ...

2011-11-04 Thread Omar Atia
your recommendation for that ? Thanks, Omar Atia