Quantcast
Channel: Service Bus forum
Viewing all articles
Browse latest Browse all 1916

ScheduledEnqueueTimeUTC is not working

$
0
0

Hi,

I want to use the ScheduledEnqueueTimeUTC property of the BrokeredMessage to send the message to a service bus queue because I want this message to appear only in a particular delay (1 hour later).

I have this code to set the property:

BrokeredMessage outboundMessage = new BrokeredMessage();            outboundMessage.ScheduledEnqueueTimeUtc = DateTime.UtcNow.AddHours(1);

With the ServiceBus explorer, even if I set this property, I'm always able to receive the message !

Is it really working with Service Bus for Windows Server 1.1 ?

Thanks.


Viewing all articles
Browse latest Browse all 1916

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>