Hi all,
I have set up a JMS server + a Queue destination on Weblogic 8.1 SP4 server.
Then i have deployed a MDB to listen to this queue and an stateless EJB that sends a message to this Queue.
When i boot the Weblogic server and run a small driver i wrote to send messages via the EJB, i see that all of the messages sent by the EJB to the queue are in status pending, although the MDB is up and running on the same server.
What i look in the JMS server monitor, i see that there exist two active connections, but when i open one of them i see it says 1 consumers and 0 producers. When i open the other connection, I see 0 consumers and 1 producer.
Anybody have an idea what am I doing wrong here ? why the two connections cant ‘see’ eachother ?
Thanks.