Hi,

In the Java App Server... in the 'JMS Resources' section, when creating a new Connection Factory, there is a property called 'Type', which is a drop down list. It contains the following values:

javax.jms.TopicConnectionFactory
javax.jms.QueueConnectonFactory
javax.jms.ConnectionFactory

Does anyone have any idea how to add another class to this drop down list?

Thanks!