- APM .NET Agent: other versions:
- Introduction
- Set up the Agent
- NuGet packages
- Supported technologies
- Configuration
- Public API
- OpenTelemetry Bridge
- Metrics
- Logs
- Performance tuning
- Troubleshooting
- Upgrading
- Release notes
This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Messaging configuration options
editMessaging configuration options
editIgnoreMessageQueues
(
[1.10]
Added in 1.10.
)
editUsed to filter out specific messaging queues/topics/exchanges from being traced. When set, sends-to and receives-from the specified queues/topics/exchanges will be ignored.
This config accepts a comma separated string of wildcard patterns of queues/topics/exchange names which should be ignored.
The wildcard, *
, matches zero or more characters, and matching is case insensitive by default.
Prepending an element with (?-i)
makes the matching case sensitive.
Examples: /foo/*/bar/*/baz*
, *foo*
.
Default | Type |
---|---|
<empty string> |
String |
Environment variable name | IConfiguration or Web.config key |
---|---|
|
|
On this page
Was this helpful?
Thank you for your feedback.