vert-x3 / vertx-stack

Vert.x stack
Apache License 2.0
120 stars 48 forks source link

How to set the timeout for vertx3-eventbus-client #76

Closed Lakshmihm closed 6 years ago

Lakshmihm commented 6 years ago

Hi,

Just wanted to check if there is a way to set the timeout from sender end when we do eventBus.send(..) in node js? Tried setting "timeout" header, but that didn't help. There is DeliveryOptions in Java but how to set the timeout in javascript? Any response is appreciated. Thanks

tsegismont commented 6 years ago

I don't believe this is possible currently. Would you mind to open a feature request on the vertx-web project?

Closing this issue as this is not the right project.