-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to get camel-bridge working in vertx v4.x #48
Comments
@davsclaus can you have a look ? |
Added unit test - you need to start the bridge and camel in correct order, or wait for the bridge to be up and running See the unit test |
Thanks @davsclaus, starting the bridge and camel in correct order solves the problem. Wait for the bridge to be up running does not i.e. when I replaced in my example above We create
|
Version
vertx v4.x
Context
I'm not able to make working
camel-bridge
component invertx v4.x
Do you have a reproducer?
Executing the method will trace
INFO reply.result().body():null
while when running invertx v3.x
(replacevertx.eventBus().request( ... )
withvertx.eventBus().send( ... )
) it will traceINFO reply.result().body():OK
as expected.In
vertx v4.x
reply.succeeded()=false
, stack fromreply.cause()
:Extra
In
vertx v4.1.0
I'm havingcamel v3.11.0
andvertx v3.7.1
camel v2.53.3
if that matters.The text was updated successfully, but these errors were encountered: