Jitterbit 支持 Microsoft Message Queue (MSMQ) 作为有效源或目标吗?
Jitterbit 是否支持 Microsoft Message Queue (MSMQ) 作为有效源或目标?
我需要将消息发送到队列,让 Jitterbit 拾取它,处理并发送到另一个队列。
我对这种方法的可行性感兴趣。
Does Jitterbit support Microsoft Message Queue (MSMQ) as a valid source or destination?
I need to send a message to a queue have Jitterbit pick it up, process and send to another queue.
I would be interested in comments on the viability of this as an approach.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在他们的网站上没有看到任何有关 MSMQ 的信息。
消息队列似乎只由 Jitterbit 在内部使用。
查看他们的 wiki,Jitterbit 只能从以下位置接受数据并将数据发送到:
MSMQ 确实支持通过 HTTP 发送消息,但不支持读取消息。
考虑一下使用 WCF+MSMQ 怎么样?
干杯
约翰·布瑞克威尔
I don't see anything on their website about MSMQ.
Message queues seem to only be used internally by Jitterbit.
Looking at their wiki, Jitterbit can only accept data from, and send data to:
MSMQ does support sending messages over HTTP but not reading messages.
How about looking at using WCF+MSMQ?
Cheers
John Breakwell