Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose a way to set TTRQ for MSMQ #2103

Closed
andreasohlund opened this issue May 13, 2014 · 5 comments
Closed

Expose a way to set TTRQ for MSMQ #2103

andreasohlund opened this issue May 13, 2014 · 5 comments
Milestone

Comments

@andreasohlund
Copy link
Member

Msmq in workgroup mode requires TTRQ to be set when sending.

http://serverfault.com/questions/480285/how-to-change-default-msmq-time-to-reach-queue-time

Exposed a key on the connection string ...;TimeToReachQueue=12:00:00; where the value is a parsable timespan.

@johnsimons
Copy link
Member

This sounds strange, very odd that no one ever raised it, not conviced.

On Tuesday, May 13, 2014, Andreas Öhlund notifications@github.com wrote:

Msmq in workgroup mode requires TTRQ to be set when sending.

http://serverfault.com/questions/480285/how-to-change-default-msmq-time-to-reach-queue-time

We should provide a way for users to override the default (4 days). I
propose we make it a key on the connection string

...;TimeToReachQueue=12:00:00; where the value is a parsable timespan


Reply to this email directly or view it on GitHubhttps://github.com//issues/2103
.

@udidahan
Copy link
Member

I'd think that a code API is more appropriate for something like this.

@SimonCropp
Copy link
Contributor

@udidahan @andreasohlund so no-one has actually asked for this. do you guys really feel this is a valuable feature? or shall we close and put it on hold?

@andreasohlund
Copy link
Member Author

@johnsimons we need to add this to http://docs.particular.net/nservicebus/connection-strings-samples should we consider a seprate MSMQ docs page similar to http://docs.particular.net/nservicebus/rabbitmq/configuration-api ?

@johnsimons
Copy link
Member

@andreasohlund 👍

andreasohlund added a commit that referenced this issue Oct 20, 2014
Added way to override MSMQ TimeToReachQueue setting, fixes #2103
@SimonCropp SimonCropp added this to the 5.1.0 milestone Oct 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants