0 Replies Latest reply on Jul 22, 2008 5:48 PM by sherter

    Need help configuring JMS with default messaging

    sherter

      I think what I have here is simply a terminology issue. I currently work with WebSphere 6.0/6.1 and have an EAR file with three message driven beans in it and a web component. It works fine in WebSphere. I have figured out how to get the JNDI entries for the databases created but I can't figure out how to get the JMS portion set up.

      I have found out how to get the initial end points created (I think). What I can't find is how to create the JNDI entries for the Queue Connection Factory and for the Queue. I have spent the last day and a half doing searches and can't find these terms used. I also tried searching on javax.jms.QueueConnectionFactory and javax.jms.Queue but didn't get anything that looked like an initial connection/installation.

      Also, in WebSphere 6.0/6.1 there is a service bus that I can't find the equivilant for in JBoss, it figured in the Queue setup in WebSphere and there was an ActivationSpecification for the MDBs. I can't find out how this translates or if it does. I have found how to set up the deployment descriptor for the EJBs, but not how to set up what those entries reference in JBoss.

      Thanks.