Commit ffc2f88
committed
fix: Handle rabbitmqs:// scheme in MassTransit URI parsing
MassTransit generates rabbitmqs:// URIs for SSL connections to RabbitMQ.
Add case "rabbitmqs" fallthrough to ParseRabbitMqUri so these URIs get
the underscore-splitting logic instead of falling through to the default
last-path-segment extraction.1 parent 72144eb commit ffc2f88
2 files changed
Lines changed: 8 additions & 0 deletions
File tree
- src/Agent/NewRelic/Agent/Extensions/NewRelic.Agent.Extensions/Helpers
- tests/Agent/UnitTests/NewRelic.Agent.Extensions.Tests/Helpers
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
63 | 70 | | |
64 | 71 | | |
65 | 72 | | |
| |||
0 commit comments