You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Carl Trieloff <cc...@redhat.com> on 2011/02/10 15:51:16 UTC

X_QPID_TRACE("x-qpid.trace") & qpid-config

Working on a bunch of stuff, I found that we now have the ability to set 
a trace on the
queue based on settings

config of queue (queue.cpp)
  traceId = _settings.getAsString(qpidTraceIdentity);


However I don't see it on qpid-config... any reason for this?

Carl.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


Re: X_QPID_TRACE("x-qpid.trace") & qpid-config

Posted by Gordon Sim <gs...@redhat.com>.
On 02/10/2011 03:58 PM, Carl Trieloff wrote:
> On 02/10/2011 10:05 AM, Gordon Sim wrote:
>> On 02/10/2011 02:51 PM, Carl Trieloff wrote:
>>>
>>> Working on a bunch of stuff, I found that we now have the ability to set
>>> a trace on the
>>> queue based on settings
>>>
>>> config of queue (queue.cpp)
>>> traceId = _settings.getAsString(qpidTraceIdentity);
>>>
>>>
>>> However I don't see it on qpid-config... any reason for this?
>>
>> It is used internally for loop elimination in federation. I don't
>> think its ready for general purpose use yet.
>>
>
> is it only used on fed links?

Yes



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


Re: X_QPID_TRACE("x-qpid.trace") & qpid-config

Posted by Carl Trieloff <cc...@redhat.com>.
On 02/10/2011 10:05 AM, Gordon Sim wrote:
> On 02/10/2011 02:51 PM, Carl Trieloff wrote:
>>
>> Working on a bunch of stuff, I found that we now have the ability to set
>> a trace on the
>> queue based on settings
>>
>> config of queue (queue.cpp)
>> traceId = _settings.getAsString(qpidTraceIdentity);
>>
>>
>> However I don't see it on qpid-config... any reason for this?
>
> It is used internally for loop elimination in federation. I don't 
> think its ready for general purpose use yet.
>

is it only used on fed links?, .... was thinking of using it, but 
probably not a good idea.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


Re: X_QPID_TRACE("x-qpid.trace") & qpid-config

Posted by Gordon Sim <gs...@redhat.com>.
On 02/10/2011 02:51 PM, Carl Trieloff wrote:
>
> Working on a bunch of stuff, I found that we now have the ability to set
> a trace on the
> queue based on settings
>
> config of queue (queue.cpp)
> traceId = _settings.getAsString(qpidTraceIdentity);
>
>
> However I don't see it on qpid-config... any reason for this?

It is used internally for loop elimination in federation. I don't think 
its ready for general purpose use yet.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org