Are you using the correct namespaces/schemas for spring and activemq? Are you
using the spring ClassPathXmlApplicationContext directly or the xbean
version? The version provided by xbean doesn't require the spring
namespaces/schemas to be defined...If you look through the bundled activemq
XML fil
Hi,
Using AMQ4.1, non persistent, non transactional, I am running an embedded
broker with Spring and am often getting an exception when trying to send a
message:
java.io.IOException: The transport is not running.
at
org.apache.activemq.transport.TransportSupport.checkStarted(TransportS