0

I need to integrate Tibco EMS with JBoss 5.0. The biggest problem is JBoss is shipped with Hornetq which i want to replace with Tibco. Tried searching a lot for a proper documentation but no sucess, few of the docs available on JBoss Forum are not proper. Can someone provide link for the same?

Prabal Nandi
  • 141
  • 3
  • 13

1 Answers1

0

The TIBCO EMS Initial Factory is com.tibco.tibjms.naming.TibjmsInitialContextFactory

You may need theses properties:

QueueFactory = QueueConnectionFactory
TopicFactory = TopicConnectionFactory`
Tony Baguette
  • 617
  • 7
  • 14