-
Notifications
You must be signed in to change notification settings - Fork 3
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
HornetQ to Artemis migration #9
Comments
Docs need an upgrade too! (Warning: donkey work ahead...) Here's the list of docs site sections to update:
And for the JavaDoc, all the HornetQ classes in:
|
Dead letter/expire address warningsArtemis logs warning messages at start up for each and every queue that has no associated dead letter/expiry address. (See this issue.) We're not using dead letters and expiry addresses at the moment cos we have our own failure handling mechanism built into the messaging API. Couldn't find an easy way to tell Artemis to suppress those warnings, so for the time being we'll have to live with them. |
this commit only changes the source code to make it compile with the new Artemis and SpringBoot/Artemis libs. There are some critical features of HornetQ we rely on, so we have to check Artemis still works the same, see TODOs in ServerConnector and DequeueTask.
implemented changes in v1.1.0-beta, see #11. |
HornetQ was donated to Artemis, so we have to migrate to Artemis. Also, the SpingBoot HornetQ starter reached end of life in the 1.4.x series and is not available for 1.5.x.
Purely from a code migration standpoint, It doesn't look like this is a train smash for us. In fact,
But is the HornetQ core functionality we've used still the same in Artemis? Only time and lots of testing will tell...
The text was updated successfully, but these errors were encountered: