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
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
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:
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
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
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)
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-
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:
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:
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
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
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
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-
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-
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"*
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:
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
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
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
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:
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
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
,
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
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-
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
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
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-
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:
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:
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
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
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
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:
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
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.
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
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
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
*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
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
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:
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
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
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
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
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
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
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
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
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
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
lient8").wireTap("mock://resultAllClients").to("mock:resultClient8");
from("seda:resultClient9").wireTap("mock://resultAllClients").to("mock:resultClient9");
from("seda:resultClient10").wireTap("mock://resultAllClients")
]
[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
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
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
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
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
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
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:
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
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:
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.
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
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
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
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
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-
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.
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
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
.
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
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
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:
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
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.
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
*
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
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
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.
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.
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
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
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 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
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
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
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
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-
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)
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)
90 matches
Mail list logo