We have a puzzling error caused by JBoss trying to use HornetQ unsuccessfully:
Caused by: javax.jms.InvalidDestinationException: Not a HornetQDestination:JBossQueue[quickstart_helloworld_Request_esb]
at org.hornetq.jms.client.HornetQSession.createConsumer(HornetQSession.java:372)
at org.hornetq.jms.client.HornetQSession.createConsumer(HornetQSession.java:358)
at org.jboss.internal.soa.esb.rosetta.pooling.WrappedSession.createConsumer(WrappedSession.java:167)
at org.jboss.internal.soa.esb.rosetta.pooling.JmsSession.createConsumer(JmsSession.java:229)
at org.jboss.internal.soa.esb.couriers.JmsCourier.createMessageConsumer(JmsCourier.java:629)
The thing is, we don't use HornetQ for anything. I recursively grep'd "hornetq" in the server profile directory and the only places it shows up are in jar files and logs -- it isn't in any configuration files. Why would JBoss be trying to use HornetQ?