Discussion:
Messages wiped out when machine restarts
(too old to reply)
Atul Shukla
2009-02-12 18:32:00 UTC
Permalink
Hi,
May be it is very basic, but I dont know how to setup a message queue so
that messages in the private queue should retain even if machine restarts due
to some inevitable activity.
Is it possible?
Thanks for all pointers.
Regards,
Atul
John Breakwell (MSFT)
2009-02-12 19:18:03 UTC
Permalink
Hi Atul

There are two types of messages:

# Persistent messages (recoverable or transactional)
# Non-persistent messages (express)

By default a message is express and so will not survive a reboot.
You need to set the recoverable property of the message.

Cheers
John Breakwell (MSFT)
Post by Atul Shukla
Hi,
May be it is very basic, but I dont know how to setup a message queue so
that messages in the private queue should retain even if machine restarts due
to some inevitable activity.
Is it possible?
Thanks for all pointers.
Regards,
Atul
Continue reading on narkive:
Loading...