Simple Java AMPQ server
Posted
by splix
on Stack Overflow
See other posts from Stack Overflow
or by splix
Published on 2010-04-25T22:43:13Z
Indexed on
2010/04/25
22:53 UTC
Read the original article
Hit count: 168
Are there exists an simple AMPQ server/broker implementation written in Java?
I need it only for local integration tests, starting it from ant/maven, and i don't need any features like a clustering, persistence, performance and so on. Just a fake RabbitMQ-like instance, without installation (just as a dependency at maven pom) and configuration.
© Stack Overflow or respective owner