Use toLogString rather than toString on LogSubject(s) and add a new
GenericActor for logging 0-10 op log messages
-----------------------------------------------------------------------------------------------------------------
Key: QPID-2824
URL: https://issues.apache.org/jira/browse/QPID-2824
Project: Qpid
Issue Type: Improvement
Components: Java Broker
Affects Versions: 0.7
Reporter: Sorin Suciu
Priority: Minor
Fix For: 0.7
Currently the LogSubject and the subsequent implementation classes are using
toString method to provide the log subject - I think it is better to use
toLogString so the LogSubject interface can be implemented by other object
without impacting the generic toString method which could be use for some other
purposes. Also having a GenericActor could be useful for non-specialized cases
where the LogSubject does not need complex constructs.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]