Hi, I’ve defined an event, I can subscribe to it, and publish it, but what I want is to publish the event, have it queued indefinitely at the server and only collect it when I’m ready. This doesn’t seem to happen for me. I’m using VB for this experiement.
I CreateBrokerEvent(“scope::eventName”)
populate the fields
PublishEvent
The event Storage type is set to guarenteed.
if I have a subscription (.NewSubscription) the event is collected and dealt with. If I Subscriptions.CancelAll, and try GetEvent(1000), I get nothing. The event appears to have been disposed of.
I’m guessing I’ve just missed something fundamental.
Thanks
#webMethods#webMethods-General#Integration-Server-and-ESB