C
Carl
Hi,
Is it possible to configure wcf to automatically create the msmq queue, when
using declarative configuration?
When I start my app, if the queue does not exist the application exits. This
happens even before any own code is executed, so it does not help that I
have
if (!MessageQueue.Exists(queueName))
MessageQueue.Create(queueName, true);
That code is never reached.
regards
Carl
Is it possible to configure wcf to automatically create the msmq queue, when
using declarative configuration?
When I start my app, if the queue does not exist the application exits. This
happens even before any own code is executed, so it does not help that I
have
if (!MessageQueue.Exists(queueName))
MessageQueue.Create(queueName, true);
That code is never reached.
regards
Carl