Re: problems about database when starting a in-vm broker

2007-04-11 Thread hyqgod
i get the log infomation from my tomcat logs ,i don't know whether it is you want .. that is the entire log info below: 2007-04-11 10:13:03 StandardContext[/ActiveMQ-Web]Failed to create broker: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.act

problems about database when starting a in-vm broker

2007-04-10 Thread hyqgod
i am planning to use spring to start a in-vm activemq broker in tomcat. But when i start the tomcat, i get the error messages below in the log file which means that i don't create a table for activemq, nested exception is java.io.IOException: Failed to get last broker message id: java.sql.SQLE

Re: what's the meaning of transportConnector and networkConnector ?

2007-04-05 Thread hyqgod
r host has. > For Network Connector you WILL replace 'localhost' with the remote > host's name/IP address (unless you are running multiple brokers on the > same host) > > DiscoveryURI - is to allow other brokers to discover this > TransportConnector using multicast

Re: what's the meaning of transportConnector and networkConnector ?

2007-04-05 Thread hyqgod
ning multiple brokers on the > same host) > > DiscoveryURI - is to allow other brokers to discover this > TransportConnector using multicast. > > > > > hyqgod wrote: >> i 'm a new guy of ActiveMQ, now i'm reading XML deployment descriptor for >&g

what's the meaning of transportConnector and networkConnector ?

2007-04-05 Thread hyqgod
i 'm a new guy of ActiveMQ, now i'm reading XML deployment descriptor for configurating the ActiveMQ Message Broker. when i reached some text below: i can't understand what are the meani