Tagged Questions
1
vote
1answer
133 views
Which one is the fastest Message Broker in case of a single machine? [closed]
I would like to know, which Message Broker I should choose in case of communication among apps within a single PC, considering speed.
Among Apache ActiveMQ , MSMQ , RabbitMQ , OpenAMQ which one is ...
2
votes
2answers
161 views
How do I document a communication protocol on top of message queues and channels?
I'm working on a large project at the moment and I'm trying to document the communication protocol that sits on top of a message queue middleware.
The documentation is intended for another ...
5
votes
2answers
302 views
Implementation of communication between packages (Java)
I'm making a project with 5 packages. The packages can communicate with each other by sending Messages to a central MessageQueue in the Main package and that MessageQueue takes care of all the ...