无法下载 TibjmsConnectionFactory 依赖项 [英] Not able to download TibjmsConnectionFactory dependency

查看:61
本文介绍了无法下载 TibjmsConnectionFactory 依赖项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从哪里可以获得 TibjmsConnectionFactory 依赖项?我想在我的 Springboot 应用程序中使用 TibjmsConnectionFactory 在 tibco EMS 中发布和接收消息

From where can I get TibjmsConnectionFactory dependency? I want to use TibjmsConnectionFactory in my Springboot application to publish and receive message in tibco EMS

推荐答案

它在 maven 仓库中可用.https://mvnrepository.com/artifact/com.tibco/tibjms

It's available in maven repository. https://mvnrepository.com/artifact/com.tibco/tibjms

2021 年 3 月的最新可用版本是 8.38.3

latest available version on March 2021 is 8.38.3

    <!-- https://mvnrepository.com/artifact/com.tibco/tibjms -->
<dependency>
    <groupId>com.tibco</groupId>
    <artifactId>tibjms</artifactId>
    <version>8.38.3</version>
</dependency>

如果 8.38.3 不工作,请尝试 6.3.0(这是 repo 的问题,不确定是否已经修复)

if 8.38.3 is not working try 6.3.0 (it was problem with repo not sure if fixed already)

请注意,您也可以从 EMS 服务器 C:\tibco\ems\8.2\lib 获取当前 TibcoEMS 版本的 jars然后将它们上传到您的本地存储库.

Please note that you also can get your current TibcoEMS version jars from EMS server C:\tibco\ems\8.2\lib and then upload them to your local repo.

tibjms.jar 是包含 TibjmsConnectionFactory 类的 jar

tibjms.jar is the jar contains TibjmsConnectionFactory class

mvn install:install-file -Dfile=tibjms.jar -DgroupId=com.tibco.ems -DartifactId=tibjms -Dversion=8.2 -Dpackaging=jar -DgeneratePom=true

这篇关于无法下载 TibjmsConnectionFactory 依赖项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆