- 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
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
ElasticON events are back!
Learn about the Elastic Search AI Platform from the experts at our live events.
Register nowWas this helpful?
Thank you for your feedback.