Stratchan, Here is the log file thats shows the exception. There is also a log message that gets logged 12285 times !!! Please see below for those two problems. Perhaps excessive logging could be a different issue.. -Madhav
[2006-05-02 09:46:31,293] INFO - .activemq.broker.BrokerService - ActiveMQ 4.0-RC2 JMS Message Broker (localhost) is starting [2006-05-02 09:46:31,293] INFO - .activemq.broker.BrokerService - For help or more information please see: http://incubator.apache.org/activemq/ [2006-05-02 09:46:31,433] INFO - q.broker.jmx.ManagementContext - JMX consoles can connect to service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi [2006-05-02 09:46:32,915] INFO - re.jdbc.JDBCPersistenceAdapter - Database driver recognized: [apache_derby_embedded_jdbc_driver] [2006-05-02 09:46:33,426] DEBUG - dbc.adapter.DefaultJDBCAdapter - Executing SQL: CREATE TABLE ACTIVEMQ_MSGS(ID INTEGER NOT NULL, CONTAINER VARCHAR(250), MSGID_PROD VARCHAR(250), MSGID_SEQ INTEGER, EXPIRATION BIGINT, MSG BLOB, PRIMARY KEY ( ID ) ) [2006-05-02 09:46:33,736] DEBUG - dbc.adapter.DefaultJDBCAdapter - Could not create JDBC tables; The message table already existed. Failure was: CREATE TABLE ACTIVEMQ_MSGS(ID INTEGER NOT NULL, CONTAINER VARCHAR(250), MSGID_PROD VARCHAR(250), MSGID_SEQ INTEGER, EXPIRATION BIGINT, MSG BLOB, PRIMARY KEY ( ID ) ) Message: Table/View 'ACTIVEMQ_MSGS' already exists in Schema 'APP'. SQLState: X0Y32 Vendor code: 20000 [2006-05-02 09:46:33,736] DEBUG - dbc.adapter.DefaultJDBCAdapter - Executing SQL: CREATE INDEX ACTIVEMQ_MSGS_MIDX ON ACTIVEMQ_MSGS (MSGID_PROD,MSGID_SEQ) [2006-05-02 09:46:33,766] DEBUG - dbc.adapter.DefaultJDBCAdapter - Executing SQL: CREATE INDEX ACTIVEMQ_MSGS_CIDX ON ACTIVEMQ_MSGS (CONTAINER) [2006-05-02 09:46:33,776] DEBUG - dbc.adapter.DefaultJDBCAdapter - Executing SQL: CREATE INDEX ACTIVEMQ_MSGS_EIDX ON ACTIVEMQ_MSGS (EXPIRATION) [2006-05-02 09:46:33,786] DEBUG - dbc.adapter.DefaultJDBCAdapter - Executing SQL: CREATE TABLE ACTIVEMQ_ACKS(CONTAINER VARCHAR(250) NOT NULL, CLIENT_ID VARCHAR(250) NOT NULL, SUB_NAME VARCHAR(250) NOT NULL, SELECTOR VARCHAR(250), LAST_ACKED_ID INTEGER, PRIMARY KEY ( CONTAINER, CLIENT_ID, SUB_NAME)) [2006-05-02 09:46:33,986] DEBUG - dbc.adapter.DefaultJDBCAdapter - Could not create JDBC tables; The message table already existed. Failure was: CREATE TABLE ACTIVEMQ_ACKS(CONTAINER VARCHAR(250) NOT NULL, CLIENT_ID VARCHAR(250) NOT NULL, SUB_NAME VARCHAR(250) NOT NULL, SELECTOR VARCHAR(250), LAST_ACKED_ID INTEGER, PRIMARY KEY ( CONTAINER, CLIENT_ID, SUB_NAME)) Message: Table/View 'ACTIVEMQ_ACKS' already exists in Schema 'APP'. SQLState: X0Y32 Vendor code: 20000 [2006-05-02 09:46:34,017] DEBUG - re.jdbc.JDBCPersistenceAdapter - Cleaning up old messages. [2006-05-02 09:46:34,017] DEBUG - dbc.adapter.DefaultJDBCAdapter - Executing SQL: DELETE FROM ACTIVEMQ_MSGS WHERE ( EXPIRATION<>0 AND EXPIRATION<?) OR ID <= ( SELECT min(ACTIVEMQ_ACKS.LAST_ACKED_ID) FROM ACTIVEMQ_ACKS WHERE ACTIVEMQ_ACKS.CONTAINER=ACTIVEMQ_MSGS.CONTAINER) [2006-05-02 09:46:34,107] DEBUG - dbc.adapter.DefaultJDBCAdapter - Deleted 0 old message(s). [2006-05-02 09:46:34,107] DEBUG - re.jdbc.JDBCPersistenceAdapter - Cleanup done. [2006-05-02 09:46:34,107] INFO - rnal.JournalPersistenceAdapter - Journal Recovery Started from: Active Journal: using 5 x 20.0 Megs at: C:\journal [2006-05-02 09:46:34,117] DEBUG - rnal.JournalPersistenceAdapter - TRACE Entry: RECOVERED [2006-05-02 09:46:34,207] INFO - rnal.JournalPersistenceAdapter - Journal Recovered: 0 message(s) in transactions recovered. [2006-05-02 09:46:34,317] INFO - t.TransportServerThreadSupport - Listening for connections at: tcp://localhost:61626 [2006-05-02 09:46:34,317] INFO - vemq.broker.TransportConnector - Connector tcp://localhost:61626 Started [2006-05-02 09:46:34,317] INFO - .activemq.broker.BrokerService - ActiveMQ JMS Message Broker (localhost) started [2006-05-02 09:46:34,317] DEBUG - tivemq.xbean.BrokerFactoryBean - No bean named broker available: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'broker' is defined org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'broker' is defined at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:352) at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedBeanDefinition(AbstractBeanFactory.java:671) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147) at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:555) at org.apache.activemq.xbean.BrokerFactoryBean.afterPropertiesSet(BrokerFactoryBean.java:79) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1059) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:363) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:312) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:176) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:105) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1013) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:824) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:345) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:176) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:105) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1013) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:824) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:345) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:176) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:105) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1013) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:824) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:345) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:176) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:105) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1013) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:824) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:345) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:176) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:105) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1013) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:824) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:345) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:176) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:105) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1013) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:824) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:345) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:176) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:105) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1013) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:824) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:345) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:176) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:105) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1013) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:824) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:345) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:275) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:320) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:120) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:101) at com.sabre.apd.ops.client.main.ApplicationLauncher.loadRootApplicationContext(ApplicationLauncher.java:170) at com.sabre.apd.ops.client.main.ApplicationLauncher.launch(ApplicationLauncher.java:117) at com.sabre.apd.ops.client.main.MovementManagerClient.displaySplashScreen(MovementManagerClient.java:70) at com.sabre.apd.ops.client.main.DenaliTestClient.main(DenaliTestClient.java:29) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) [2006-05-02 09:46:34,407] DEBUG - transport.WireFormatNegotiator - Sending: WireFormatInfo { version=1, properties={TightEncodingEnabled=true, TcpNoDelayEnabled=true, SizePrefixDisabled=false, StackTraceEnabled=true, MaxInactivityDuration=30000, CacheEnabled=true}, magic=[A,c,t,i,v,e,M,Q]} [2006-05-02 09:46:34,417] DEBUG - emq.transport.tcp.TcpTransport - TCP consumer thread starting [2006-05-02 09:46:34,427] DEBUG - transport.WireFormatNegotiator - Sending: WireFormatInfo { version=1, properties={TightEncodingEnabled=true, TcpNoDelayEnabled=true, SizePrefixDisabled=false, StackTraceEnabled=true, MaxInactivityDuration=30000, CacheEnabled=true}, magic=[A,c,t,i,v,e,M,Q]} [2006-05-02 09:46:34,427] DEBUG - transport.WireFormatNegotiator - Received WireFormat: WireFormatInfo { version=1, properties={StackTraceEnabled=true, TightEncodingEnabled=true, TcpNoDelayEnabled=true, SizePrefixDisabled=false, MaxInactivityDuration=30000, CacheEnabled=true}, magic=[A,c,t,i,v,e,M,Q]} [2006-05-02 09:46:34,427] DEBUG - transport.WireFormatNegotiator - tcp:///127.0.0.1:1634 before negotiation: OpenWireFormat{version=1, cacheEnabled=false, stackTraceEnabled=false, tightEncodingEnabled=false, sizePrefixDisabled=false} [2006-05-02 09:46:34,427] DEBUG - transport.WireFormatNegotiator - tcp:///127.0.0.1:1634 after negotiation: OpenWireFormat{version=1, cacheEnabled=true, stackTraceEnabled=true, tightEncodingEnabled=true, sizePrefixDisabled=false} [2006-05-02 09:46:34,427] DEBUG - emq.transport.tcp.TcpTransport - TCP consumer thread starting [2006-05-02 09:46:34,427] DEBUG - transport.WireFormatNegotiator - Received WireFormat: WireFormatInfo { version=1, properties={StackTraceEnabled=true, TightEncodingEnabled=true, TcpNoDelayEnabled=true, SizePrefixDisabled=false, MaxInactivityDuration=30000, CacheEnabled=true}, magic=[A,c,t,i,v,e,M,Q]} [2006-05-02 09:46:34,427] DEBUG - transport.WireFormatNegotiator - tcp://localhost/127.0.0.1:61626 before negotiation: OpenWireFormat{version=1, cacheEnabled=false, stackTraceEnabled=false, tightEncodingEnabled=false, sizePrefixDisabled=false} [2006-05-02 09:46:34,427] DEBUG - transport.WireFormatNegotiator - tcp://localhost/127.0.0.1:61626 after negotiation: OpenWireFormat{version=1, cacheEnabled=true, stackTraceEnabled=true, tightEncodingEnabled=true, sizePrefixDisabled=false} [2006-05-02 09:46:34,447] DEBUG - q.broker.region.AbstractRegion - Adding destination: topic://ActiveMQ.Advisory.Connection [2006-05-02 09:46:34,477] DEBUG - q.broker.region.AbstractRegion - Adding destination: topic://ActiveMQ.Advisory.Topic [2006-05-02 09:46:34,607] DEBUG - q.broker.region.AbstractRegion - Adding destination: temp-queue://ID:localhost-1629-1146581190982-3:0:1 [2006-05-02 09:46:34,607] DEBUG - q.broker.region.AbstractRegion - Adding destination: topic://ActiveMQ.Advisory.TempQueue [2006-05-02 09:46:34,647] DEBUG - q.broker.region.AbstractRegion - Adding destination: topic://ActiveMQ.Advisory.Consumer.Queue.ID:localhost-1629-1146581190982-3:0:1 [2006-05-02 09:46:34,948] DEBUG - transport.WireFormatNegotiator - Sending: WireFormatInfo { version=1, properties={TightEncodingEnabled=true, TcpNoDelayEnabled=true, SizePrefixDisabled=false, StackTraceEnabled=true, MaxInactivityDuration=30000, CacheEnabled=true}, magic=[A,c,t,i,v,e,M,Q]} [2006-05-02 09:46:34,958] DEBUG - emq.transport.tcp.TcpTransport - TCP consumer thread starting [2006-05-02 09:46:34,958] DEBUG - transport.WireFormatNegotiator - Sending: WireFormatInfo { version=1, properties={TightEncodingEnabled=true, TcpNoDelayEnabled=true, SizePrefixDisabled=false, StackTraceEnabled=true, MaxInactivityDuration=30000, CacheEnabled=true}, magic=[A,c,t,i,v,e,M,Q]} [2006-05-02 09:46:34,958] DEBUG - transport.WireFormatNegotiator - Received WireFormat: WireFormatInfo { version=1, properties={StackTraceEnabled=true, TightEncodingEnabled=true, TcpNoDelayEnabled=true, SizePrefixDisabled=false, MaxInactivityDuration=30000, CacheEnabled=true}, magic=[A,c,t,i,v,e,M,Q]} [2006-05-02 09:46:34,958] DEBUG - transport.WireFormatNegotiator - tcp:///127.0.0.1:1635 before negotiation: OpenWireFormat{version=1, cacheEnabled=false, stackTraceEnabled=false, tightEncodingEnabled=false, sizePrefixDisabled=false} [2006-05-02 09:46:34,958] DEBUG - transport.WireFormatNegotiator - tcp:///127.0.0.1:1635 after negotiation: OpenWireFormat{version=1, cacheEnabled=true, stackTraceEnabled=true, tightEncodingEnabled=true, sizePrefixDisabled=false} [2006-05-02 09:46:34,958] DEBUG - emq.transport.tcp.TcpTransport - TCP consumer thread starting [2006-05-02 09:46:34,958] DEBUG - transport.WireFormatNegotiator - Received WireFormat: WireFormatInfo { version=1, properties={StackTraceEnabled=true, TightEncodingEnabled=true, TcpNoDelayEnabled=true, SizePrefixDisabled=false, MaxInactivityDuration=30000, CacheEnabled=true}, magic=[A,c,t,i,v,e,M,Q]} [2006-05-02 09:46:34,958] DEBUG - transport.WireFormatNegotiator - tcp://localhost/127.0.0.1:61626 before negotiation: OpenWireFormat{version=1, cacheEnabled=false, stackTraceEnabled=false, tightEncodingEnabled=false, sizePrefixDisabled=false} [2006-05-02 09:46:34,958] DEBUG - transport.WireFormatNegotiator - tcp://localhost/127.0.0.1:61626 after negotiation: OpenWireFormat{version=1, cacheEnabled=true, stackTraceEnabled=true, tightEncodingEnabled=true, sizePrefixDisabled=false} [2006-05-02 09:46:34,968] DEBUG - q.broker.region.AbstractRegion - Adding destination: topic://ActiveMQ.Advisory.Consumer.Topic.MyTopic [2006-05-02 09:46:35,949] DEBUG - pache.activemq.ActiveMQSession - Sending message: ActiveMQObjectMessage {commandId = 0, responseRequired = false, messageId = ID:localhost-1629-1146581190982-3:0:1:1:1, originalDestination = null, originalTransactionId = null, producerId = ID:localhost-1629-1146581190982-3:0:1:1, destination = topic://MyTopic, transactionId = null, expiration = 1146581225939, timestamp = 1146581195939, arrival = 0, correlationId = null, replyTo = temp-queue://ID:localhost-1629-1146581190982-3:0:1, persistent = true, type = null, priority = 4, groupID = null, groupSequence = 0, targetConsumerId = null, compressed = false, userID = null, content = [EMAIL PROTECTED], marshalledProperties = null, dataStructure = null, redeliveryCounter = 0, size = 0, properties = null, readOnlyProperties = true, readOnlyBody = true} [2006-05-02 09:46:35,949] DEBUG - q.broker.region.AbstractRegion - Adding destination: topic://MyTopic [2006-05-02 09:46:35,949] DEBUG - pache.activemq.ActiveMQSession - Sending message: ActiveMQObjectMessage {commandId = 0, responseRequired = false, messageId = ID:localhost-1629-1146581190982-3:0:1:1:2, originalDestination = null, originalTransactionId = null, producerId = ID:localhost-1629-1146581190982-3:0:1:1, destination = topic://MyTopic, transactionId = null, expiration = 1146581225949, timestamp = 1146581195949, arrival = 0, correlationId = null, replyTo = temp-queue://ID:localhost-1629-1146581190982-3:0:1, persistent = true, type = null, priority = 4, groupID = null, groupSequence = 0, targetConsumerId = null, compressed = false, userID = null, content = [EMAIL PROTECTED], marshalledProperties = null, dataStructure = null, redeliveryCounter = 0, size = 0, properties = null, readOnlyProperties = true, readOnlyBody = true} [THE ABOVE LOG MESSAGE IS LOGGED 12285 TIMES !!!!] [2006-05-02 09:47:08,666] DEBUG - pache.activemq.ActiveMQSession - Sending message: ActiveMQObjectMessage {commandId = 0, responseRequired = false, messageId = ID:localhost-1629-1146581190982-3:0:1:1:12267, originalDestination = null, originalTransactionId = null, producerId = ID:localhost-1629-1146581190982-3:0:1:1, destination = topic://MyTopic, transactionId = null, expiration = 1146581258666, timestamp = 1146581228666, arrival = 0, correlationId = null, replyTo = temp-queue://ID:localhost-1629-1146581190982-3:0:1, persistent = true, type = null, priority = 4, groupID = null, groupSequence = 0, targetConsumerId = null, compressed = false, userID = null, content = [EMAIL PROTECTED], marshalledProperties = null, dataStructure = null, redeliveryCounter = 0, size = 0, properties = null, readOnlyProperties = true, readOnlyBody = true} [2006-05-02 09:47:19,422] DEBUG - mq.transport.InactivityMonitor - Message sent since last write check, resetting flag -- View this message in context: http://www.nabble.com/No-bean-named-%27broker%27-is-defined-t1526211.html#a4181682 Sent from the ActiveMQ - User forum at Nabble.com.
