Hi.
I have a simple application (using seam and ejbs). I send JMS message to a MDB, the MDB waits for some time and then sends a reply. I'm trying to receive the reply on the web using MessageConsumer. However, the call timeouts. The receive is performed in another request, so there should be no problem with transactions. I can even see the consumer in "consumer count" in the admin console.
Do anyone have an idea what could be wrong?
I use jboss-5.1.0.GA.