[jboss-user] [Messaging, JMS & JBossMQ] - 4.0.5 GA EJB3 and temporary destinations
swjackson
do-not-reply at jboss.com
Tue Jun 5 09:54:35 EDT 2007
I have created 2 mdbs and have seen some strange behavior on deployment.
I initially created the mds with no implementation code in them. I saw that on deployment each had a temporary destination created.
I was able to view them in the jmx-console in the jboss.mq.destination section.
When I added persistence EntityManagerFactory I got different behavior
@PersistenceUnit(unitName = PersistenceBase.GUI)
private EntityManagerFactory factory;
There was no temporary destinations created and nothing in the jboss.mq.destination section of the jmx-console. There were no deployment errors and the queue worked just fine.
Any insight on this behavior would be appreciated.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051351#4051351
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051351
More information about the jboss-user
mailing list