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