My code is deployed in weblogic 11g, I have already configured 1 MDB using spring. It is deployed and working fine. I have created a JMS server in weblogic and the queue details are in that server . I have only 1 sub deployment for this JMS server. I created another MDB the same way i created the 1st one , but this has different connection factory and destination factory. I configured this in to the same JMS server which was already there. But the issue is , only 1 MDB is working at a time . THe ont MDB meaning , the MDB which i created the 2nd time.
Please advice me on how to create 2 MDBs using Spring , both should work at a time.