Szymon Pobiega

Results 23 issues of Szymon Pobiega

Before selecting the "Create pull request" button: 1. Enter a meaningful title above^, using a prefix if necessary and keywords "New" or "Update" indicating the nature of changes. 2. Describe...

do-not-merge
aq-pr-triaged
review-team-triage
pending-content-team/business-approval

### Describe the suggested improvement #### Is your improvement related to a problem? Please describe. When a message that contains native attributes is retried via ServiceControl, the retried message does...

Improvement

### Describe the bug #### Description Overriding the hostname using the API introduced in NServiceBus 8 ```c# config.UniquelyIdentifyRunningInstance().UsingHostName("MyHost") ``` does not change the host name. #### Expected behavior Host name...

Bug
Triaged

An alternative version of #6719 on top of #6718. I hope I didn't lose any change.

Adds an API for registering a callback that can modify messages just before they are dispatched to the broker. It allows setting AMQP properties that can't be influenced otherwise or...