I'm using a remote ActiveMQ server and Message driven Beans (4 different beans) to consume the messages.
In theory the message consumption should be fast (and was fast in the past). Currently the jboss consumes a very slow number of messages (4 or so) every 4 seconds. The connection panel in the AMQ Webinterface shows two connections from my jboss consumer.
Does anybody have an idea what happens that makes my consumer so slow?
EDIT: the consumer becomes slow over time and is considerably faster after a restart. strange.