what is the difference between XAConnectionFactory and XATopicConnectionFactory?

what is the difference between XAConnectionFactory and XATopicConnectionFactory?

The XAConnectionFactory interface is a base interface for the XAQueueConnectionFactory and XATopicConnectionFactory interfaces.

For more details, please go through below URL’s:

http://docs.oracle.com/javaee/1.4/api/javax/jms/XAConnectionFactory.html
http://docs.oracle.com/javaee/5/api/javax/jms/XATopicConnectionFactory.html

Thanks,