从 SQL Server 向 hornetQ 发送/接收消息
我需要在 SQL Server 2008 中创建一个存储过程,它可以创建消息并将其发布到 HornetQ。我做了一些搜索,看起来我有 2 个选项:
在 sql server 中注册一个可用于创建的程序集 并发送消息,但是有一个我可以使用的库吗 目的还是我们必须开发自己的?
使用 HornetQ REST API,但是我不知道这是否可能,如果可以,我该怎么做?
我的最后一个问题:是否可以在 sql server 中使用消息(即使有每分钟运行的计划作业),如果是,如何?
谢谢
I need to create a stored procedure in SQL server 2008 which can create and post a message to HornetQ. I did some searches and looks like I have 2 options :
registering an assembly in sql server which can be used to create
and send the message but is there a libarary that I can use for this
purpose or we have to develop our own ?Using HornetQ REST APIs however I have no idea if this is possible and if yes how can I do it ?
and my last question : is it possible to consume messages inside sql server (even with a scheduled job which is running every minute) and if yes , how ?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以连接 stomp .net 客户端。我相信您可以在 SQL Server 存储过程上使用 C# 或 VB
You could connect a stomp .net client. I believe you can use C# or VB on a SQL Server store procedure