I did some basic perf tests and with all my code between the send() call to the point where the message ends up on the JMS server, I am able to publish 110 message per second on my laptop and receive at more or less the same rate.
As of now, you can
- Configure the adapter to send or receive messages on a queue or topic using Yaml configuration or a database table.
- Send or receive BytesMessage, TextMessage or ObjectMessage.
- Ready clients are available for ActiveMQ and OpenMQ servers. I know this will not be sufficient, so you can write your own client and plugin to the adapter and the low level code will do the rest for you as if you had a ready built client. Writing this client is trivial :).
The next steps for me are basically to write some examples and a getting started guide. I am not really planning to but might add the javadocs and comments to the code as well.
Hopefully by this time next week, the first file will be up for download on sourceforge.

0 comments:
Post a Comment