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

problem with sql server messaging sample #1091

Closed
bryp opened this issue Apr 4, 2013 · 1 comment
Closed

problem with sql server messaging sample #1091

bryp opened this issue Apr 4, 2013 · 1 comment
Assignees
Milestone

Comments

@bryp
Copy link

bryp commented Apr 4, 2013

In the sql server messaging sample in the OrderCommandHandler class I throw new
ApplicationException("exception") right after the if (DebugFlagMutator.Debug)
statement. Problem is I never see the message in the error table. The message
stays in the myserver table and the retries never stop so I get some kind of
"never-ending-retry-loop". Can someone please take a look? Thanks.

@ghost ghost assigned andreasohlund Apr 9, 2013
andreasohlund added a commit that referenced this issue Apr 10, 2013
sql transport to infinitely retry the failing message. Closes #1091
@andreasohlund
Copy link
Member

Fixed in f432b36

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

2 participants