JMS Section Index
Where can I learn (more) about JCA (Java Connector Architecture)?
Check out the Sun's Java
Connector Architecture homepage.
Where can I learn (more) about Java's support for transaction processing?
Check out the jGuru
Transactions FAQ.
Where can I learn (more) about using JNDI (Java Naming and Directory Interface)?
Check out the jGuru JNDI FAQ.
Where can I learn (more) about Java's EJB (Enterprise JavaBeans)?
Check out the jGuru EJB FAQ.
Where can I learn (more) about CORBA (Common Object Request Broker Architecture)?
Check out the jGuru CORBA FAQ.
Is there a way to configure an interval in SwiftMQ which defines the time after which a message is redelivered from a queue to a message consumer?
You can schedule a so-called Message Job to redeliver a received message whenever you want. There's an example on that page to schedule a message 2 hours later.more
How to reduce management traffic between a SwiftMQ Router network and SwiftMQ Explorer?
There are 2 main changes in the management tree: Entity adds/removals and attribute changes (e.g. Network Swiftlet throughput attributes). All changes are held in the Management Swiftlet and flush...more
How do we purge all the messages through CLI command?
Purging a queue.
How do we purge all the messages through CLI command? I would like to purge messages from Durable subscriber queues. I tried with Queue Purger but it doesn't allow Queue Preicate....more
How to run SwiftMQ as a NT Service?
You just have to use a program which wraps a Java program into a NT service. There are several of these wrapper available in the Internet. A quit good one is JavaService.
If you stop such a servic...more
Can't connect from a remote JMS client: javax.jms.JMSException: error creating socket connection to xxxxx:4001, message: xxxxx
It seems that the host "xxxxx" isn't reachable from your client. The router stores the hostname of the router within the connection factory. The client uses it to create a connection then. If the ...more
how big may large messages be with a good scalation?
Check this SwiftMQ 4.x How To:
Transfering very large Messages
How can I integrate SwiftMQ 4.x into JOnAS 2.6?
See this How To:
SwiftMQ 4.x/JOnAS 2.6 IntraVM
How can I integrate SwiftMQ 4.x into JBoss 3.0.3?
See this How To:
SwiftMQ 4.x/JBoss 3.0.3 IntraVM
How can I implement high availability with SwiftMQ?
SwiftMQ HA Router provides High and Continuous Availability. Look here for detailed information.
Windows XP, SwiftMQ 3.2.0 and BEA JRockit VM 7.0.
Windows XP, SwiftMQ 3.2.0 and BEA JRockit VM 7.0.
We have been testing the JRockit VM and had very good results with our system, however we have a problem using SwiftMQ on JRockit with -Xthinthre...more