A distributed topic is a set of physical JMS topic members. As such, a distributed topic can be used to
Continue readingTag: JMS
JBoss JMS Queue configuration
Configuring JMS providers in JBoss:- ******************************** The below example demonstrates a JMS example using Queue Destination (Point – To –
Continue readingJMS Resources using JMX
import java.io.IOException; import java.net.MalformedURLException; import java.util.ArrayList; import java.util.HashMap; import java.util.Hashtable; import java.util.Iterator; import javax.management.MBeanServerConnection; import javax.management.MalformedObjectNameException; import javax.management.ObjectName; import javax.management.remote.JMXConnector;
Continue reading