Hi,
Thanks for the example.
I opened xml in Fuse IDE and "threads" is supported (in
miscellaneous). The screenshot is attached
http://camel.465427.n5.nabble.com/file/n5105275/threads.JPG threads.JPG .
With Best Regards,
Diwakar
--
View this message in context:
http:
Am 28.12.2011 13:36, schrieb diwakar:
Hi,
>> do code assistance for you in the XML editor
Did you mean Fuse IDE or any general purpose XML editor? (I was
expecting support for threads DLS from Fuse IDE for Camel.)
Please let me know your comment.
With
...@nsn.com]
Sent: Wednesday, December 28, 2011 2:37 PM
To: users@camel.apache.org
Subject: Re: Spring vs Java DSL
Hi,
>> do code assistance for you in the XML editor
Did you mean Fuse IDE or any general purpose XML editor? (I was
expecting support for threads DL
Hi,
>> do code assistance for you in the XML editor
Did you mean Fuse IDE or any general purpose XML editor? (I was
expecting support for threads DLS from Fuse IDE for Camel.)
Please let me know your comment.
With Best Regards,
Diwakar
--
View this message
On Wed, Dec 28, 2011 at 12:22 PM, diwakar wrote:
> Hi,
>
> Is "threads" DSL supported in Spring xml?
> How can the below code from http://camel.apache.org/async.html be
> represented in xml?
> from("jms:queue:order")
> .to("bean:validateOrder")
> .to("mock:validate")
>
Hi,
Is "threads" DSL supported in Spring xml?
How can the below code from http://camel.apache.org/async.html be
represented in xml?
from("jms:queue:order")
.to("bean:validateOrder")
.to("mock:validate")
.threads(20) // How can this be specified in XML?
.unmar
On Fri, Oct 14, 2011 at 7:59 PM, diwakar wrote:
> Hi,
>
> Which is better? Can everything be done in both.
> One drawback with Java is, it can not be opened in Fuse
> Camel Editor.
> Please let me know your comment.
>
It depends. Some people prefer
On 2011-10-14 11:59 AM, diwakar wrote:
> Which is better? Can everything be done in both.
> One drawback with Java is, it can not be opened in Fuse
> Camel Editor.
I've found the Java one easier to use, because Eclipse will
auto-complete and show JavaDocs. There are also some things that require