Symbian C++ STOMP库
我希望我的 S60 应用程序能够利用 Stomp 协议。
虽然我自己实现起来相当简单(但在 Symbian 中没有什么比我希望的那么简单) - 我想知道是否有人有这方面的经验。
似乎几乎所有其他语言都已经存在 Stomp 库。 与 Symbian 最接近的匹配是此处列出的 C++ 库,但它完全嵌入在 ActiveMQ 源代码中。
有人可以提供任何建议/经验吗?
谢谢!
I want my S60 Application to utilize the Stomp protocol.
Although it would be fairly simple to implement myself (but nothing is ever as simple as I hope with Symbian) - I am wondering if anyone has any experience in this already.
It seems a Stomp library exists in almost every other language already. The closest match for Symbian would be the C++ library listed here but that is embedded quite integrally within the ActiveMQ source.
Can anyone offer any advice/experience?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果这仍然相关 - 我刚刚完成了 Symbian 的 STOMP 客户端的实现,完全使用 Active Scheduler 框架。 一旦我在 Google Code 上完成一些设置,我们就会将其作为开源发布。
正如 Adam 所说 - 实现需要纯粹在 Symbian 框架内,否则它将无法使用(即你要么需要线程它 - arg - 要么它只会导致各种阻塞问题)。
我还想与 STOMP 人员取得联系并将其列在网站上,但一直找不到联系人 - 这里有人知道最好的方法吗?
In case this is still relevant - I've just finished my implementation of a STOMP client for Symbian, fully using the Active Scheduler framework. We're going to release it as opensource once I get something set up on Google Code.
As Adam says - the implementation needed to be purely within the Symbian framework or it would be unusable (i.e. you'd either need to thread it - arg - or it would just cause all sorts of blocking problems).
I'd also like to get in touch with the STOMP people and have it listed on the website, but haven't been able to find a contact - does anyone here know the best way to do it?
也许为非 Java 程序员提供 Stomp 消息传递有任何帮助。
Maybe Stomp messaging for non-Java programmers is of any help.