Creating Postal Service using Camel

2011-09-30 Thread thelonesquirrely
Hello - I need to make a postal service (point-to-point (direct) and publish (topic) essentially). I was thinking that I could leverage most of the work that camel has but I am a little confused. Mainly I am having a problem dealing with the topic. I have an endpoint defined as such: bean

Adding a startup listener via spring

2011-04-15 Thread thelonesquirrely
Hello, The problem I am having involves starting a thread _after_ the context has fully started. The thread makes some calls to some routes, and if they aren't started i get some exceptions. To get around this now, I simply delay the start of the thread (Major hack) - and everything goes

Re: Adding a startup listener via spring

2011-04-15 Thread thelonesquirrely
Ok after thinking about this i def thought of a tolerable way...kinda a workaround but eh - if you have the same situation you can flip the dependency: camel:camelContext id=camelContext / and some bean: bean id=updater class=some.class.that.impls.StartupListener property

Simple test setup and error (basic w/Spring)

2011-03-03 Thread thelonesquirrely
Hello, I am having a few problems with camel and spring, i will start with the simple one and then move on to the harder problem in another email/post. I am trying to just setup a bogus camel route, something that goes from test:orig - test:dest. Mainly to verify that I can build and am doing

Re: Simple test setup and error (basic w/Spring)

2011-03-03 Thread thelonesquirrely
Wow. really that simple . Thanks soo much! -- View this message in context: http://camel.465427.n5.nabble.com/Simple-test-setup-and-error-basic-w-Spring-tp3408562p3408584.html Sent from the Camel - Users mailing list archive at Nabble.com.