2

是否有可能有一个 xamlx 工作流,它可以从服务总线接收消息而不删除它,而是可以调用Complete()Abandon()在消息上?

有谁有这方面的例子吗?还是不可能?

4

1 回答 1

0

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.

于 2013-09-24T14:05:41.063 回答