Re: Activemq.xml configuration settings directory

2008-01-22 Thread activemqnewbie
Below is the source for MessageConsumer.java package ss.integration.util; import javax.jms.TopicConnectionFactory; import javax.jms.TopicConnection; import javax.jms.Topic; import javax.jms.TopicSession; import javax.jms.TopicSubscriber; import javax.jms.MessageListener; import javax.jms.JMSExc

Re: Activemq.xml configuration settings directory

2008-01-22 Thread James Strachan
The exception is being generated from the code in this package : ss.integration.util I've no idea what that is - got the source? On 22/01/2008, activemqnewbie <[EMAIL PROTECTED]> wrote: > > We are getting NullpointerException and the consumer shuts off. > Consumer after receiving certain number o

Re: Activemq.xml configuration settings directory

2008-01-22 Thread James Strachan
On 18/01/2008, activemqnewbie <[EMAIL PROTECTED]> wrote: > > Is there any document that lists all the configuration properties description > that can be set in activemq.xml. > I looked at http://activemq.apache.org/jndi-support.html and the activemq > tutorial. but couldn't find one. See http://