-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Describe the feature.
MSMQ v1.2 introduced native timeouts to the MSMQ transport. It used SQL Server as storage and is almost identical to the table schema for NHibernare/SQLP.
create table {0} (
Id nvarchar(250) not null primary key,
Destination nvarchar(200),
State varbinary(max),
Time datetime,
Headers varbinary(max) not null,
RetryCount INT NOT NULL default(0)
)
It would help customers migrate away from MSMQ.
Additional Context
No response