从 SQL Server 向 hornetQ 发送/接收消息

发布于 2024-12-28 18:57:39 字数 307 浏览 0 评论 0原文

我需要在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最美不过初阳 2025-01-04 18:57:40

您可以连接 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文