Robbie Gemmell
Robbie Gemmell
information was logged in such cases previously, by vertx-core. That looks to have changed in 3.6.0, along with behaviour around firing the core exception listeners as noted on #93.
There are, sometime soon, per https://lists.apache.org/thread/mtv3dxcj1qhkxz3r88tbj4918rzdxwqm
Seems like the same code as the old PR, so [same comment from before](https://github.com/apache/activemq/pull/982#issuecomment-1438292774): Since message objects can be reused/resent, and might already have an existing value for JMSDeliveryTime, it...
It also now occurs to me it may not handle foreign providers Message properly since it seemingly doesnt call setJMSDeliveryTime at all on send (unless thats being done elsewhere already...though...
I dont believe RabbitMQ supports either basic dynamic sources (required to create a dynamic receiver), or the layered anonymous-relay extension mechanism needed for anonymous producer links, so those calls simply...
Seems reasonable, but is presumably going to cause it to spam a bunch of PRs (10 at a time) initially for various stuff we arent on the latest for, e.g...
Does https://github.com/apache/activemq-artemis/commit/ac1b483cb449b72b5eaa2b4c6547bc7cdea92dae factor in here at all? I believe it came up in the context of federation, but seems like it could overlap and looks like it went in after...
I dont recall either way about the first issue you listed (didnt spot it though if it was there), but I didnt notice the 2nd or 3rd. Seems like one...
> Couple of things I noticed right off the bat... > > 1. When the broker starts with the new console it logs this `WARN`: > ``` > WARN [io.hawt.web.ServletHelpers]...
> I saw the exception.. The warning log messaged from hawtio discussed before? Or Something else? >I couldn't get the web console to run.. was I supposed to do anything...