Re: Configuration Settings

2008-03-05 Thread Brian Munroe
On Wed, Mar 5, 2008 at 10:44 AM, Joe Fernandez <[EMAIL PROTECTED]> wrote: > Yes you can. Here's an example that illustrates using one of the wireFormat > options, which in this case disables the inactivity monitor. > Cool, thanks! And it looks like a semi-colon (;) is used to delimit name/value

RE: Configuration Settings

2008-03-05 Thread Joe Fernandez
8 1:30 PM > To: ActiveMQ Users List > Subject: Configuration Settings > > Ok, here is a dumb one. From reading this: > > http://activemq.apache.org/tcp-transport-reference.html > > Can I configure these on the broker side (vs the client side) by > setting my transportCo

Configuration Settings

2008-03-05 Thread Brian Munroe
Ok, here is a dumb one. From reading this: http://activemq.apache.org/tcp-transport-reference.html Can I configure these on the broker side (vs the client side) by setting my transportConnector in activemq.xml? For example -- brian

Re: Activemq.xml configuration settings directory

2008-01-22 Thread activemqnewbie
;> >> Error Code: -1 >> k12.util.SystemException: Unable to connect to the JMS Server >> at >> ss.integration.util.MessageConsumer.startConnection(MessageConsumer.java:368) >> at >> ss.integration.util.MessageConsumer.start(MessageConsumer.j

Re: Activemq.xml configuration settings directory

2008-01-22 Thread James Strachan
40><> java.lang.NullPointerException > at > ss.integration.util.MessageConsumer.unregisterListener(MessageConsumer.java:205) > at > ss.integration.util.MessageConsumer.notifyWaitingThread(MessageConsumer.java:159) > at ss.integration.util.ExListener.onEx

Activemq.xml configuration settings directory

2008-01-22 Thread activemqnewbie
notifyWaitingThread(MessageConsumer.java:159) at ss.integration.util.ExListener.onException(ExListener.java:26) at org.apache.activemq.ActiveMQConnection$3.run(ActiveMQConnection.java:1648) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java

Activemq.xml configuration settings directory

2008-01-22 Thread activemqnewbie
Consumer.java:159) at ss.integration.util.ExListener.onException(ExListener.java:26) at org.apache.activemq.ActiveMQConnection$3.run(ActiveMQConnection.java:1648) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) at java.util.concurrent.

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://

Activemq.xml configuration settings directory

2008-01-18 Thread activemqnewbie
with the property settings going thru forums. It would be great if someone could post the link for the configuration settings doc. Currently am having issues with consumer being shutdown with null pointer exception after consuming certain number of messages? Any idea what might have caused fo