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.
Asked
Active
Viewed 160 times
1 Answers
0
You're trying to use TibjmsConnectionFactory
where the appender needs a QueueConnectionFactory
, but it doesn't implement that interface. Use TibjmsQueueConnectionFactory
instead.

chrylis -cautiouslyoptimistic-
- 75,269
- 21
- 115
- 152