[
https://issues.apache.org/jira/browse/AMQ-3876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arthur Naseef updated AMQ-3876:
-------------------------------
Attachment: WiretapPrototype1.patch
Attached WiretapPrototype1.patch with the internal changes to ActiveMQ to add
WireTap functionality.
Note this is applied to a patched 5.4.2 version. A patch for the head can be
created and supplied.
> WireTap of TransportConnector messages for diagnostic purposes
> --------------------------------------------------------------
>
> Key: AMQ-3876
> URL: https://issues.apache.org/jira/browse/AMQ-3876
> Project: ActiveMQ
> Issue Type: New Feature
> Reporter: Arthur Naseef
> Priority: Minor
> Attachments: WiretapPrototype1.patch
>
>
> Being able to tap into the flow of messages on a TransportConnection would
> greatly help with diagnosing problems such as complaints from clients that
> they are not receiving messages.
> Think "tcpdump" for broker traffic.
> A rough, working prototype will be attached.
> The idea in the prototype is a new Connector on the BrokerService which does
> the following:
> * accepts connections from a wire-tap tool (application)
> * accepts a request to tap a specific TransportConnection
> * adds a tap to the TransportConnection (requires change to
> TransportConnection)
> * sends a copy of every command sent over the connection, via the {{oneway}}
> call, to the tap
> After posting the prototype, I'll post wish-list items.
> If someone with more knowledge and background working with connectors can
> pick this up, that would be great. Otherwise, I'll plan to implement it,
> looking for any advice. For example, one concern is that the tap should
> prefer to drop content rather than either (a) use large amounts of resources
> to buffer them, or (b) in any way impacting the normal flow on the
> TransportConnection.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira