【问题标题】:How to read a TIBCO message in Grails 3如何在 Grails 3 中阅读 TIBCO 消息
【发布时间】:2017-12-04 21:55:48
【问题描述】:

我想阅读 TIBCO 发送的消息并在我的 Grails 3 应用程序中处理它们。我对 Grails 3 比较陌生,需要一些帮助来配置 JMS 以从 TIBCO 主题/队列中读取消息。 我访问了documentation site,但无法完全按照说明建立一个工作示例。

【问题讨论】:

    标签: grails jms grails3


    【解决方案1】:

    看看http://realizeideas.net/use-amazon-simple-message-queue-service-within-grails-mircoservices/ - 它描述了如何配置 Grails + JMS + Amazon SQS。 对于 TIBCO,您只需更改连接工厂:

        TibjmsConnectionFactory connectionFactory = new TibjmsConnectionFactory(...//TIBCO properties)
    

    并在 build.gradle 中添加正确的 TIBCO 依赖项

    【讨论】:

      猜你喜欢
      • 2017-02-23
      • 2012-07-14
      • 2020-05-30
      • 1970-01-01
      • 2013-03-07
      • 2015-10-20
      • 1970-01-01
      • 2015-12-10
      • 2016-04-14
      相关资源
      最近更新 更多