You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by sparky2708 <da...@columbia.edu> on 2006/08/02 17:33:31 UTC

Is there a way to turn off the debugging messages

In Both OpenWire.NET and in the Java code whenever messges come in or leave
the machine I see these debug messages. Is there a way to turn them off?
(for example in OpenWire.NET the following messages keep printing:

SENDING: ActiveMQTextMessage[ ProducerId=ProducerId[
ConnectionId=18fd8ce6-38f6-
4314-87e3-6af0a621b814 Value=1 SessionId=1 ] Destination=FOO.BAR
TransactionId=
OriginalDestination= MessageId=MessageId[ ProducerId=ProducerId[
ConnectionId=18
fd8ce6-38f6-4314-87e3-6af0a621b814 Value=1 SessionId=1 ]
ProducerSequenceId=3 Br
okerSequenceId=0 ] OriginalTransactionId= GroupID= GroupSequence=0
CorrelationId
=abc Persistent=False Expiration=0 Priority=0 ReplyTo= Timestamp=0 Type=
Content
=System.Byte[] MarshalledProperties=System.Byte[] DataStructure=
TargetConsumerI
d= Compressed=False RedeliveryCounter=0 BrokerPath= Arrival=0 UserID=
RecievedBy
DFBridge=False ]
RECEIVED: MessageDispatch[ ConsumerId=ConsumerId[
ConnectionId=18fd8ce6-38f6-431
4-87e3-6af0a621b814 SessionId=1 Value=1 ] Destination=FOO.BAR
Message=ActiveMQTe
xtMessage[ ProducerId=ProducerId[
ConnectionId=18fd8ce6-38f6-4314-87e3-6af0a621b
814 Value=1 SessionId=1 ] Destination=FOO.BAR TransactionId=
OriginalDestination
= MessageId=MessageId[ ProducerId=ProducerId[
ConnectionId=18fd8ce6-38f6-4314-87
e3-6af0a621b814 Value=1 SessionId=1 ] ProducerSequenceId=3
BrokerSequenceId=1894
 ] OriginalTransactionId= GroupID= GroupSequence=0 CorrelationId=abc
Persistent=
False Expiration=0 Priority=0 ReplyTo= Timestamp=0 Type=
Content=System.Byte[] M
arshalledProperties=System.Byte[] DataStructure= TargetConsumerId=
Compressed=Fa
lse RedeliveryCounter=0 BrokerPath= Arrival=0 UserID=
RecievedByDFBridge=False ]
 RedeliveryCounter=0 ]
RECEIVED: Response[ CorrelationId=7 ]
SENDING: MessageAck[ Destination=FOO.BAR TransactionId=
ConsumerId=ConsumerId[ C
onnectionId=18fd8ce6-38f6-4314-87e3-6af0a621b814 SessionId=1 Value=1 ]
AckType=2
 FirstMessageId=MessageId[ ProducerId=ProducerId[
ConnectionId=0092a65f-c44c-42d
8-8304-f4103c652fef Value=1 SessionId=1 ] ProducerSequenceId=1748
BrokerSequence
Id=1757 ] LastMessageId=MessageId[ ProducerId=ProducerId[
ConnectionId=0092a65f-
c44c-42d8-8304-f4103c652fef Value=1 SessionId=1 ] ProducerSequenceId=1748
Broker
SequenceId=1757 ] MessageCount=1 ]
RECEIVED: Response[ CorrelationId=8 ]
-- 
View this message in context: http://www.nabble.com/Is-there-a-way-to-turn-off-the-debugging-messages-tf2040531.html#a5616203
Sent from the ActiveMQ - User forum at Nabble.com.


Re: Is there a way to turn off the debugging messages

Posted by sparky2708 <da...@columbia.edu>.
great, thank you will try it!
-- 
View this message in context: http://www.nabble.com/Is-there-a-way-to-turn-off-the-debugging-messages-tf2040531.html#a5634935
Sent from the ActiveMQ - User forum at Nabble.com.


Re: Is there a way to turn off the debugging messages

Posted by James Strachan <ja...@gmail.com>.
It was a missing feature - the intention was to allow logging to be
enabled & disabled.

I've currently disabled it by default - you can now enable it via ia
URI query argument of

tcp://localhost:port?logging=true


On 8/3/06, sparky2708 <da...@columbia.edu> wrote:
>
> I see it on the CLIENT side when I run the sample OpenWire.NET code that is
> provided on the ActiveMQ website. It is affecting the performance of the
> client which is why I want to turn it off somehow. Any ideas?
> --
> View this message in context: http://www.nabble.com/Is-there-a-way-to-turn-off-the-debugging-messages-tf2040531.html#a5625029
> Sent from the ActiveMQ - User forum at Nabble.com.
>
>


-- 

James
-------
http://radio.weblogs.com/0112098/

Re: Is there a way to turn off the debugging messages

Posted by sparky2708 <da...@columbia.edu>.
I see it on the CLIENT side when I run the sample OpenWire.NET code that is
provided on the ActiveMQ website. It is affecting the performance of the
client which is why I want to turn it off somehow. Any ideas?
-- 
View this message in context: http://www.nabble.com/Is-there-a-way-to-turn-off-the-debugging-messages-tf2040531.html#a5625029
Sent from the ActiveMQ - User forum at Nabble.com.


Re: Is there a way to turn off the debugging messages

Posted by Hiram Chirino <hi...@hiramchirino.com>.
Is this on the client or server side?

On 8/2/06, sparky2708 <da...@columbia.edu> wrote:
>
> In Both OpenWire.NET and in the Java code whenever messges come in or leave
> the machine I see these debug messages. Is there a way to turn them off?
> (for example in OpenWire.NET the following messages keep printing:
>
> SENDING: ActiveMQTextMessage[ ProducerId=ProducerId[
> ConnectionId=18fd8ce6-38f6-
> 4314-87e3-6af0a621b814 Value=1 SessionId=1 ] Destination=FOO.BAR
> TransactionId=
> OriginalDestination= MessageId=MessageId[ ProducerId=ProducerId[
> ConnectionId=18
> fd8ce6-38f6-4314-87e3-6af0a621b814 Value=1 SessionId=1 ]
> ProducerSequenceId=3 Br
> okerSequenceId=0 ] OriginalTransactionId= GroupID= GroupSequence=0
> CorrelationId
> =abc Persistent=False Expiration=0 Priority=0 ReplyTo= Timestamp=0 Type=
> Content
> =System.Byte[] MarshalledProperties=System.Byte[] DataStructure=
> TargetConsumerI
> d= Compressed=False RedeliveryCounter=0 BrokerPath= Arrival=0 UserID=
> RecievedBy
> DFBridge=False ]
> RECEIVED: MessageDispatch[ ConsumerId=ConsumerId[
> ConnectionId=18fd8ce6-38f6-431
> 4-87e3-6af0a621b814 SessionId=1 Value=1 ] Destination=FOO.BAR
> Message=ActiveMQTe
> xtMessage[ ProducerId=ProducerId[
> ConnectionId=18fd8ce6-38f6-4314-87e3-6af0a621b
> 814 Value=1 SessionId=1 ] Destination=FOO.BAR TransactionId=
> OriginalDestination
> = MessageId=MessageId[ ProducerId=ProducerId[
> ConnectionId=18fd8ce6-38f6-4314-87
> e3-6af0a621b814 Value=1 SessionId=1 ] ProducerSequenceId=3
> BrokerSequenceId=1894
>  ] OriginalTransactionId= GroupID= GroupSequence=0 CorrelationId=abc
> Persistent=
> False Expiration=0 Priority=0 ReplyTo= Timestamp=0 Type=
> Content=System.Byte[] M
> arshalledProperties=System.Byte[] DataStructure= TargetConsumerId=
> Compressed=Fa
> lse RedeliveryCounter=0 BrokerPath= Arrival=0 UserID=
> RecievedByDFBridge=False ]
>  RedeliveryCounter=0 ]
> RECEIVED: Response[ CorrelationId=7 ]
> SENDING: MessageAck[ Destination=FOO.BAR TransactionId=
> ConsumerId=ConsumerId[ C
> onnectionId=18fd8ce6-38f6-4314-87e3-6af0a621b814 SessionId=1 Value=1 ]
> AckType=2
>  FirstMessageId=MessageId[ ProducerId=ProducerId[
> ConnectionId=0092a65f-c44c-42d
> 8-8304-f4103c652fef Value=1 SessionId=1 ] ProducerSequenceId=1748
> BrokerSequence
> Id=1757 ] LastMessageId=MessageId[ ProducerId=ProducerId[
> ConnectionId=0092a65f-
> c44c-42d8-8304-f4103c652fef Value=1 SessionId=1 ] ProducerSequenceId=1748
> Broker
> SequenceId=1757 ] MessageCount=1 ]
> RECEIVED: Response[ CorrelationId=8 ]
> --
> View this message in context: http://www.nabble.com/Is-there-a-way-to-turn-off-the-debugging-messages-tf2040531.html#a5616203
> Sent from the ActiveMQ - User forum at Nabble.com.
>
>


-- 
Regards,
Hiram

Blog: http://hiramchirino.com