Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RabbitMQ configuration for Wildfly

Does anyone successfully replace HornetQ by RabbitMQ in Wildfly 8?

I'm trying to use our enterprise messaging system and extract the logic of messaging from our base app server to separate the concern between messaging and our core product.

I looked on the web and did not find anything useful as how to change the standalone.xml

Any help, even if the answer is - it is not possible - would be great.

Thank you

like image 853
Pierre-Luc Dupont Avatar asked Apr 21 '16 17:04

Pierre-Luc Dupont


1 Answers

My bounty is about to expire and I don't see help until now. So, I am answering as per my experience.

From question:

Any help, even if the answer is - it is not possible - would be great.

Don't know, but we don't need to do that. I have found a work around for that.

Answer is
RUN RABBITMQ's OWN SERVER

I followed this link to install it on ubuntu server. Then I read these awesome and simple tutorials. Those six tutorials were great base to start with.

I am now integrating the project with my Java EE project which runs on Wildfly 9 server.

Best of luck to anyone who ends up here. Any constructive edits and answers are welcomed.

like image 108
Nabin Avatar answered Oct 06 '22 08:10

Nabin