You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If certificate cannot be validated because of network related issues with CLR then it will threat it as an unhandeled exception instead of place it on the senders error queue. It will retry the message and if the problem presist then it will eventually be dead lettered. Dead lettered messages on receivers queue can be moved back to normal queue and retried when the issue have been resolved
- Added support to dead letter messages
- Added X509Chain Mock to tests and fixed failing and ignored tests on build server. Removed ignore and X509Chain test category because these tests runs on build server now.
- Removed X509Chain test category after fixing the test to run on build
server using X509Chain Mock
- Remove calles of obsolete methods in MessagingException that were not
in use either
- dist: Bump version number to 5.1.0
0 commit comments