是否有可能有一个 xamlx 工作流,它可以从服务总线接收消息而不删除它,而是可以调用Complete()
或Abandon()
在消息上?
有谁有这方面的例子吗?还是不可能?
是否有可能有一个 xamlx 工作流,它可以从服务总线接收消息而不删除它,而是可以调用Complete()
或Abandon()
在消息上?
有谁有这方面的例子吗?还是不可能?
You may have a look at this codeproject article by Roman Kiss. Use his activities as is or take them as a starting point only.
You may as well write a bunch of activities yourself which would consume the original service bus api.
As a third solution, you could use the NetMessagingBinding to interact with the ServiceBus by using standard Send/Receive shapes.