Re: bean as entry point

2011-10-19 Thread Mick Knutson
You could: 1. Create a Bean that has a message Producer that sends a message to the route 2. You could also use CXF and then you could also get data from outside your app in the future #1 is the simplest though. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise

Re: Messages being lost from route

2011-09-28 Thread Mick Knutson
Do you have a deadLetterChannel setup in case of message exceptions? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (855) BASE-LOGIC: (227-3564-42) p. (478) BASE-LOGIC (227-3564-42) f. (855) BASE-LOGIC: (227-356

Re: Newbie: how to test?

2011-09-21 Thread Mick Knutson
best place to start: http://www.manning.com/ibsen/ --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (855) BASE-LOGIC: (227-3564-42) p. (478) BASE-LOGIC (227-3564-42) f. (855) BASE-LOGIC: (227-3564-42) Website:

Re: Activemq dynamic endpoint configuration

2011-09-02 Thread Mick Knutson
I looked at that link and did not see an example of how to use the event driven consumer. Are there any code examples? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (855) BASE-LOGIC: (227-3564-42) p. (478) BASE-L

Re: Change message body after exception

2011-09-01 Thread Mick Knutson
You can mix and match spring and dsl just fine, and dsl is better for type checking and syntax etc... --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (855) BASE-LOGIC: (227-3564-42) p. (478) BASE-LOGIC (227-3564-4

Re: Change message body after exception

2011-09-01 Thread Mick Knutson
return callEvent.getFunctionalArea().name(); } --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (855) BASE-LOGIC: (227-3564-42) p. (478) BASE-LOGIC (227-3564-42) f. (855) BASE-LOGIC: (227-3564-42)

Re: Embedded Broker, Trying to Load Camel

2011-08-27 Thread Mick Knutson
Are you trying to run camel? Or are you talking about an embedded AMQ broker? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (855) BASE-LOGIC: (227-3564-42) p. (478) BASE-LOGIC (227-3564-42) f. (855) BASE-LOGIC: (227-

Re: Embedded Broker, Trying to Load Camel

2011-08-26 Thread Mick Knutson
Is the camel jar still getting loaded as well? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (855) BASE-LOGIC: (227-3564-42) p. (478) BASE-LOGIC (227-3564-42) f. (855) BASE-LOGIC: (227-3564-42) Website:

Re: Embedded Broker, Trying to Load Camel

2011-08-26 Thread Mick Knutson
Did you try --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (855) BASE-LOGIC: (227-3564-42) p. (478) BASE-LOGIC (227-3564-42) f. (855) BASE-LOGIC: (227-3564-42) Website: http://www.baselogic.com Blog:

Re: CXF rest services on cxf generated pages

2011-08-26 Thread Mick Knutson
server (Tomcat or Jetty) to publish and service the requests, NOT another jetty server inside the deployed server. Correct? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (855) BASE-LOGIC: (227-3564-42) p. (478) BASE-L

Re: CXF rest services on cxf generated pages

2011-08-25 Thread Mick Knutson
lse do you test this outside of a Unit Test? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (855) BASE-LOGIC: (227-3564-42) p. (478) BASE-LOGIC (227-3564-42) f. (855) BASE-LOGIC: (227-3564-42) Website: http://www.base

Re: CXF rest services on cxf generated pages

2011-08-25 Thread Mick Knutson
cxfrs:// http://localhost:9002*/rest"; + "?resourceClasses=org.apache.camel.example.cxf.jaxrs.resources.BookStoreImpl"; Which is not what I want. I want to be able to get access to these endpoints remotely. any help is greatly appreciated. --- Thank You… Mick Knutson

Re: CXF rest services on cxf generated pages

2011-08-25 Thread Mick Knutson
ant to ensure I can validate the services that I have deployed. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (855) BASE-LOGIC: (227-3564-42) p. (478) BASE-LOGIC (227-3564-42) f. (855) BASE-LOGIC: (227-

help changing the extension of files to .txt when writing to file:

2011-08-24 Thread Mick Knutson
processed-bcfaa932-4d13-4df0-88b8-de5e500e6d06 How can I make the file names like: processed-bcfaa932-4d13-4df0-88b8-de5e500e6d06*.txt* --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (855) BASE-LOGIC: (227-3564-

Re: CXF can't set the holder object into the message content list of the out message

2011-08-23 Thread Mick Knutson
ected":"ENGLISH","callEndReason":"CALLER_HUNGUP","functionalArea":"PRE_MAIN_MENU","startTime":0,"endTime":0 I thought I would get something like (or similar to): *{"com.comcast.ivr.integration.domain.CallEvent"*

Re: CXF can't set the holder object into the message content list of the out message

2011-08-23 Thread Mick Knutson
CXF RS Object in, then add it to a queue which is part of a totally different flow? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (855) BASE-LOGIC: (227-3564-42) p. (478) BASE-LOGIC (227-3564-42) f. (855) BASE-LOGIC:

CXF can't set the holder object into the message content list of the out message

2011-08-22 Thread Mick Knutson
message content list of the in message and out message are same, CXF can't set the holder object into the message content list of the out message. and no files are written I have spent the entire day trying to get this simple example to work and feel I have not made any progress. I really wo

Re: File Reading & Writing using Camel

2011-07-01 Thread Mick Knutson
Reading the file is just ascii. No matter xml or text. Same with writing. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (855) BASE-LOGIC: (227-3564-42) p. (478) BASE-LOGIC (227-3564-42) f. (855) BASE-LOGIC: (227-356

Re: intercept route

2011-06-24 Thread Mick Knutson
You can use: .wireTap("activemq:externalDestination) Then you can have a copy of that message wherever you want it for interception via activeMQ. You could also combine the wiretap with an outbound REST service to ping another webservice with that message... --- Thank You… Mick Kn

Slightly off topic: choosing fan-out verse fail-over for activeMQ destinations?

2011-06-23 Thread Mick Knutson
should use for AMQ load balancing and fail-over? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (855) BASE-LOGIC: (227-3564-42) p. (478) BASE-LOGIC (227-3564-42) f. (855) BASE-LOGIC: (227-3564-42) Website:

Re: what did i forgot? Bean integration through direct:start

2011-06-15 Thread Mick Knutson
Where is your camel config located in your build? Is it located in src/main/resources/META-INF/spring/*.xml or somewhere? Maybe the routes for camel:run are not getting picked up? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & A

Re: Issue with JAXRS/JAXWS CXF service marshal to/from JSON

2011-06-15 Thread Mick Knutson
Was my question too complex? Too simple? I really feel at a loss as to the solution as I feel I have tried several different options with no real luck. I would truly appreciate any help. Thanks very much in advance. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise

Issue with JAXRS/JAXWS CXF service marshal to/from JSON

2011-06-13 Thread Mick Knutson
, Then try to unmarshal with *.unmarshal().json(jacksonDataFormat).bean(new ValidationProcessor())*, I get roll backs and no files written. Can someone help me get this simple CXF to JSON to CallSession Object example working and shed some light on what I seem to be missing here? Thanks in adv

Re: Quick general question I need answered for a Design meeting I have today regarding WebService retry's please

2010-04-14 Thread Mick Knutson
Awesome! Thanks for the quick reply. Now I have what I need for my meeting, and more ammo to add Camel to this project. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-

Quick general question I need answered for a Design meeting I have today regarding WebService retry's please

2010-04-14 Thread Mick Knutson
succeed (I know, but this is another dept that owns the services). I am wondering 2 things: 1. Can camel help me to make my Spring JAXB webservices asynchronous? I know I can use CXF. 2. Can I set Retry Attempts on those services? --- Thank You… Mick Knutson, President BASE Logic, Inc

Re: Camel : suggestion for Debuging errors

2010-04-05 Thread Mick Knutson
Claus, what do you mean by "we". Do you mean that the Camel project needs to make a change. or this can be a replacement for log4j in any app context? I have not used slf4j but keep hearing about this and now my interest is peaked. --- Thank You… Mick Knutson, President BASE

Re: Camel : suggestion for Debuging errors

2010-04-05 Thread Mick Knutson
In Log4j, you can specify the class that generated the error. You can also use Spring Apects to track errors and log pertinent info you seek. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-

Re: Why does this route use a lot of memory? Camel JPA.

2010-02-02 Thread Mick Knutson
Just a guess, but 90mb * 300K == 27,000,000mb It appears that each iteration of the transformation is not releasing the reference to each new Client. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411:

Re: Announcing Camel in Action

2009-10-22 Thread Mick Knutson
Congrats Claus Really awesome work! I am already recommending the book to all my colleagues... --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website:

Re: Premature End of File Exception in Camel wiretap

2009-09-10 Thread Mick Knutson
Try: from(a).wiretap(cxf:bean)*.to(b)* fwik, the wiretap is a middle point before sending to another endpoint. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Web

Re: Can't get simple test to work

2009-09-04 Thread Mick Knutson
g a mock, the mock will now consume the messages from the seda:start, then you can measure and test if the mock gets what you expect. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (4

Processor Routing in Camel?

2009-09-02 Thread Mick Knutson
I am wondering, if I have a Processor() that will be deciding what the next Queue Should be, how can I setup a route for that? Basically I am using the processor to route based on a parameter in the Map message being sent. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise

Re: Status Web Console

2009-09-02 Thread Mick Knutson
Can we run the war standalone as I only find the war, not a *-standalone.jar --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN:

Re: test client context issues with test routes and service beans

2009-08-28 Thread Mick Knutson
ignored. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN: http://linkedin.com/in/mickknutson Vacation Rental: http://tahoe.baselogic.c

test client context issues with test routes and service beans

2009-08-28 Thread Mick Knutson
l; destroyMethodName=null; defined in class path resource [clients/test-client1.xml]] I am sorry for all the trouble, but the new schema has thrown me for a loop. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p.

Re: endpoint not found after 2.0.0 upgrade

2009-08-28 Thread Mick Knutson
Deal! take care and have good weekend as well... --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN: http://linkedin.com/in/mickknu

Re: endpoint not found after 2.0.0 upgrade

2009-08-28 Thread Mick Knutson
Sorry Clause, I was unfamiliar with using id instead of name to create the reference. That worked. I also had to go to each of the examples I had used and wrapped each of them in a and everything is working on that front. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise

Re: endpoint not found after 2.0.0 upgrade

2009-08-27 Thread Mick Knutson
and it seems that * *can not be inside my . Or am I just not clear on how to make this bean inside a context? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Web

Re: endpoint not found after 2.0.0 upgrade

2009-08-27 Thread Mick Knutson
*http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring-2.0.0.xsd";> * --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: ht

Re: endpoint not found after 2.0.0 upgrade

2009-08-27 Thread Mick Knutson
My current one is : xmlns:camel="http://camel.apache.org/schema/spring"; do I change it to xmlns:camel="http://camel.apache.org/schema"; ?? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) B

endpoint not found after 2.0.0 upgrade

2009-08-27 Thread Mick Knutson
BeanDefinitionParser for element [endpoint] Offending resource: class path resource [META-INF/spring/camel-server-aop.xml] --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website:

Re: frustration with multiple mock endpoints in 1 unit test.

2009-08-26 Thread Mick Knutson
that might help me to maybe debug walk through that next ".to(mock:xyz)" forward? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com L

Re: [ANN] Apache Camel 2.0.0 Released

2009-08-26 Thread Mick Knutson
Cudo's to the team!! --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN: http://linkedin.com/in/mickknutson Vacation Ren

Re: [ANN] Apache Camel 2.0.0 Released

2009-08-26 Thread Mick Knutson
When will this be available via the Maven Repo? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN: http://linkedin.com/in/mickknu

Re: frustration with multiple mock endpoints in 1 unit test.

2009-08-25 Thread Mick Knutson
I started to create a blog to talk about what I am trying to do. I also talk about the current issues I have for testing. http://www.baselogic.com/blog/java/testing-activemq-virtualtopics-using-camel-and-junit --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture

Re: frustration with multiple mock endpoints in 1 unit test.

2009-08-24 Thread Mick Knutson
k You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN: http://linkedin.com/in/mickknutson Vacation Rental: http://tahoe.baselogic.com --- On Mo

Re: frustration with multiple mock endpoints in 1 unit test.

2009-08-24 Thread Mick Knutson
consciously done so, and am extremely grateful for your help. Again, very, very sorry... --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linke

Re: Issue with Maven Camel plugin

2009-08-23 Thread Mick Knutson
Sorry, that is the one thing I did not try: src/test/resources*/* camel-server-test.xml Is this issue by design, or just how it ended up right now? btw, Thanks VERY much for your help. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & A

Re: frustration with multiple mock endpoints in 1 unit test.

2009-08-23 Thread Mick Knutson
pattern to deduce the issue, but it is alluding me. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN: http://linkedin.com/in/mickkn

Re: frustration with multiple mock endpoints in 1 unit test.

2009-08-23 Thread Mick Knutson
oppable = false} ActiveMQMapMessage{ theTable = {} } But still get: java.lang.AssertionError: *mock://resultClient1* Received message count. Expected: <1> but was: <0> --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulti

Re: frustration with multiple mock endpoints in 1 unit test.

2009-08-23 Thread Mick Knutson
nderstand a better way to DEBUG through the routes and messages? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN: http://linked

Re: frustration with multiple mock endpoints in 1 unit test.

2009-08-23 Thread Mick Knutson
lient8").wireTap("mock://resultAllClients").to("mock:resultClient8"); from("seda:resultClient9").wireTap("mock://resultAllClients").to("mock:resultClient9"); from("seda:resultClient10").wireTap("mock://resultAllClients")

Re: Issue with Maven Camel plugin

2009-08-23 Thread Mick Knutson
] [INFO] Total time: 28 seconds [INFO] Finished at: Sun Aug 23 04:39:34 PDT 2009 [INFO] Final Memory: 46M/81M [INFO] mick-knutsons-macbook:table-service-su mickknutson$ --- Thank You… Mick Knutson, President BASE Logic, Inc

frustration with multiple mock endpoints in 1 unit test.

2009-08-22 Thread Mick Knutson
e error starts. 2. If I uncomment resultClient3, resultClient4 it might start working, then randomly it will show up again and I have to comment them out in order for the test to pass again. Is there some bug/defect in the Mock that I have not googled? --- Thank You… Mick Knutson, President BASE

Re: Issue with Maven Camel plugin

2009-08-22 Thread Mick Knutson
resources instead. But the above also does not work. I still get the file not found error for some reason, even though the error depicts the Correct path. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC

Issue with Maven Camel plugin

2009-08-21 Thread Mick Knutson
get picked up, thus I commented it out. I am trying to have a test version, then be able to switch out a PROD version in my war. I also tried: META-INF/spring/*.xml;*${project.build.directory}/test-classes/applicationContext-test.xml* But that also did not get picked up. --- Thank You… Mick

Re: Need help testing a Spring MDP

2009-08-18 Thread Mick Knutson
1.assertIsSatisfied(); * NOW: A. I did not see Consumer.1 MDP did NOT get the message now. B. *resultClient1 *expected 1 message but received zero messages.* * --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (8

Re: Need help testing a Spring MDP

2009-08-18 Thread Mick Knutson
will get the message just fine. I have tested this with 10 clients now. *** In the next email, I will elaborate on the change you suggested. ******NOTE: I commented out *//resultClient1.assertIsSatisfied();* in order to get the original test to work. --- Thank You… Mick Knutson, President

Re: Need help testing a Spring MDP

2009-08-17 Thread Mick Knutson
I absolutely will make a nice posting of the entire use case to help others once this is done. I am close --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website:

Need help testing a Spring MDP

2009-08-17 Thread Mick Knutson
I finally got a working JUnit test that creates a MDP, subscribes to a AMQ Virtual Topic, and receives a message. But now that the MDP gets the message I am having an issue validating that message. How can I re-route this message to a MOCK just for testing purposes? --- Thank You… Mick Knutson

Re: anyone have AMQ VirtualTopic's working in Camel Test?

2009-08-13 Thread Mick Knutson
Still working ALL week, and simply do not have a working test yet. Am I just doing something that nobody else in the world is trying to do with camel? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411:

Trying to understand route subscriptions

2009-08-11 Thread Mick Knutson
uot;); This did not seem to receive anything. So either: 1. Sending a message to "activemq:topic:VirtualTopic.TEST" did not forward to "activemq:Consumer.B.VirtualTopic.TEST" at all. 2. I just do not have a correct Consumer for this topic. Help would be appreciated.

Re: anyone have AMQ VirtualTopic's working in Camel Test?

2009-08-11 Thread Mick Knutson
m/temp/services.zip It should run on its own if you want to see my issue. I cd into the * table-service-su* DIR and run: mvn camel:run -e in one cmd prompt. Then in another one, I run mvn verify -e to run the unit tests. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architec

Re: anyone have AMQ VirtualTopic's working in Camel Test?

2009-08-10 Thread Mick Knutson
ts initialized. Then AFTER the client and server are both running, then I send a message to the server, to have the server create a message to the VirtualTopic.TEST --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BL

Re: anyone have AMQ VirtualTopic's working in Camel Test?

2009-08-10 Thread Mick Knutson
ns-macbook.local/camel-2,type=processors,nodeid=to2,name="To[mock:player1]" --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked

Re: anyone have AMQ VirtualTopic's working in Camel Test?

2009-08-10 Thread Mick Knutson
JmsComponent via: META-INF/services/org/apache/camel/component/jms When I send a message from my Server to: producer.sendBodyAndHeader("activemq:VirtualTopicConsumers.1", "888", "foo", "bar"); --- Thank You… Mick Knutson, President BASE Logic, Inc. Ent

Re: anyone have AMQ VirtualTopic's working in Camel Test?

2009-08-10 Thread Mick Knutson
I thought this was already PART of ActiveMQ not a rule that needed to be added. But then again, I am just using an embedded broker for these tests. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-

anyone have AMQ VirtualTopic's working in Camel Test?

2009-08-10 Thread Mick Knutson
s are Consumed by the client. This is not what I want. Does anyone have a working Camel AMQ VirtualTopic JUnit Test that can help me out please? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f.

Re: Virtual Topic routing with Camel

2009-08-05 Thread Mick Knutson
alTopic.TABLE.1] by component: org.apache.activemq.camel.component.activemqcompon...@1dfd2293 4118 [ActiveMQ Task] INFO org.apache.activemq.transport.failover.FailoverTransport - Successfully connected to tcp://localhost:61616 * --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterpr

Re: Virtual Topic routing with Camel

2009-08-05 Thread Mick Knutson
hat I need right? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN: http://linkedin.com/in/mickknutson Vacation Ren

Virtual Topic routing with Camel

2009-08-05 Thread Mick Knutson
. So what actually happens is my tests run freezes. I assume it is waiting for a message to be delivered onto *activemq:Player.1.VirtualTopic.TABLE.1 *that never arrives. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p

Re: bean binding with inheritance & 2.0-M3 camel-http

2009-08-05 Thread Mick Knutson
JJ or Clause, can you help understand this use case? Are you trying to have a client PUSH a message to the server via http, that is just trying to start a message on its route? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consul

Re: Camel Smart Proxy Integration Pattern

2009-08-04 Thread Mick Knutson
Where is that described? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN: http://linkedin.com/in/mickknutson Vacation Rental:

Re: Cannot Autowire consumerTemplate for client test

2009-08-04 Thread Mick Knutson
Table.123*" ??? Just seems like I am missing something on the creation of the Virtual Topics and the Queues the consumer(s) connect to. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f

Re: Cannot Autowire consumerTemplate for client test

2009-08-04 Thread Mick Knutson
Thanks for the test example. I am going to look at this. But I do not understand the concept of the listener you speak of. Is there a page on this concept? An example? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p.

Re: Unit testing Virtual topics in Camel

2009-08-04 Thread Mick Knutson
the Unit Test? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN: http://linkedin.com/in/mickknutson Vacation Rental: http://tahoe.b

Unit testing Virtual topics in Camel

2009-08-03 Thread Mick Knutson
* I am interested to know if this can be unit tested with an embedded broker? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linke

Re: Cannot Autowire consumerTemplate for client test

2009-08-03 Thread Mick Knutson
Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN: http://linkedin.com/in/mickknutson Vacation Rental: http://tahoe.baselogic.com --- On

Re: Cannot Autowire consumerTemplate for client test

2009-08-03 Thread Mick Knutson
use the visio stencils you have here. The issue is how would I create a unit test for this to ensure multiple clients get this message? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f.

Re: Cannot Autowire consumerTemplate for client test

2009-08-03 Thread Mick Knutson
private MockEndpoint mock;* but got this error: *java.lang.IllegalArgumentException: registry entry called result of type org.apache.camel.Endpoint must be specified * Not sure why. I was trying to follow the example. But this seems to work from the consumer standpoint, just not the Mock part.

Re: Cannot Autowire consumerTemplate for client test

2009-08-02 Thread Mick Knutson
mock; This is all I see from the logs: *5371 [main] INFO org.apache.camel.component.mock.MockEndpoint - Asserting: Endpoint[mock://result] is satisfied * But this is good progress I think. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentori

Re: Cannot Autowire consumerTemplate for client test

2009-08-02 Thread Mick Knutson
I am using 2.0-M3 Should be trying the trunk instead? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN: http://linkedin.co

Re: issue with spring JMS example

2009-08-02 Thread Mick Knutson
so I can sonsume topic messages from my server. Would you liek me to post that here, or on the other email? your help is greatly appreciated! --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-62

Cannot Autowire consumerTemplate for client test

2009-08-02 Thread Mick Knutson
: Cannot locate BeanDefinitionParser for element [consumer]* *Offending resource: class path resource [camel-client.xml]* --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685

issue with spring JMS example

2009-07-31 Thread Mick Knutson
java.lang.Thread.run(Thread.java:595) --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN: http://linkedin.com/in/mickknutson Vacation Re

trying to unit test JMS example

2009-07-31 Thread Mick Knutson
xample we need to define the service URI in this java code int response = (Integer)camelTemplate.sendBody("jms:queue:numbers", ExchangePattern.InOut, 22); System.out.println("... the result is: " + response); assertEquals(66, response); } * --- Thank

EIP Camel stencil issue?

2009-07-29 Thread Mick Knutson
the stencil for the Hohpe EIP_camel.zip seems to not be saved or something...? I can add it to a drawing, but it is not movable. Then when I click them, all the pieces are selectable, not the whole shape. Can someone help? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise

Can I have a selective consumer for a Pub-Sub pattern?

2009-07-29 Thread Mick Knutson
I want to publish messages to a group of subscribers. These messages will go so some of the consumers, but not all of them. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-

Re: Dynamic consumers with Camel.

2009-07-28 Thread Mick Knutson
paid advertisers. So the admin will get a new advertiser, and can create a new table service that can accept 9 publishers/subscribers. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415)

Dynamic consumers with Camel.

2009-07-27 Thread Mick Knutson
I have a design question I would like some help which direction to go into. Is there a good paper on creating dynamic consumers? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415)