简体   繁体   English

是否有任何便携式 TIBCO EMS 可用于测试?

[英]Is there any portable TIBCO EMS available for testing?

I am a newbie to the messaging system.我是消息系统的新手。 I have tried the ActiveMQ portable version.我试过 ActiveMQ 便携版。 That is perfect.那是完美的。 As I don't have admin rights in my machine.因为我的机器没有管理员权限。 I need to install portable TIBCO EMS.我需要安装便携式 TIBCO EMS。 Is there any possibility.?有没有可能。?

Thanks in Advance.提前致谢。

Yes you can use docker for that, all you need is downloading tibco ems trial version as a zip and using this project https://github.com/mikeschippers/docker-tibco是的,您可以为此使用 docker,您只需要下载tibco ems 试用版作为 zip 并使用此项目https://github.com/mikeschippers/docker-tibco

you can easily deploy ems in a docker container.您可以轻松地在 docker 容器中部署 em。

first you build the tibbase:1.0.0 using docker build -t="tibbase:1.0.0" .\\tibbase\\ after that you build ems image using docker build -t="tibems:8.3.0" .\\tibems\\ .首先,您使用 docker docker build -t="tibbase:1.0.0" .\\tibbase\\构建 tibbase:1.0.0 ,然后使用docker build -t="tibbase:1.0.0" .\\tibbase\\ docker build -t="tibems:8.3.0" .\\tibems\\构建 ems 映像。 make sure zip file is in the same folder as your dockerfile确保 zip 文件与您的 dockerfile 位于同一文件夹中

after building images构建图像后

you run container using docker run -p 7222:7222 tibems:8.3.0您使用docker run -p 7222:7222 tibems:8.3.0运行容器

all details is here mikeschippers/docker-tibco所有细节都在这里mikeschippers/docker-tibco

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM