Can you please share if you have a another appender for tibco ems (tibjms). I'm new to Tibco EMS your any help is really appreciated . Thanks in advance.

有帮助吗?

解决方案

You're trying to use TibjmsConnectionFactory where the appender needs a QueueConnectionFactory, but it doesn't implement that interface. Use TibjmsQueueConnectionFactory instead.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top