Java Reference
In-Depth Information
Selecting javax.jms.ConnectionFactory as the resource type has the
advantage of allowing us to use this resource to create connections for
both queues and topics. If we don't need to create one or the other, we can
select to create a resource of type javax.jms.TopicConnectionFactory or
javax.jms.QueueConnectionFactory as appropriate, however choosing
javax.jms.ConnectionFactory allows more flexibility.
At this point we can simply click Finish , or we can click Next to assign additional
properties to our connection factory. However, this step is not necessary for
connection factories.
 
Search WWH ::




Custom Search