JMS Section Index
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 JBoss 3.0.3?
See this How To:
SwiftMQ 4.x/JBoss 3.0.3 IntraVM
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 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
Is it possible to integrate TIBCO system with EJB or, generally, with J2EE? Is this done through the JMS-TIBCO connector? Is it possible to deploy EJB directly on TIBCO?
TIBCO has a product called TIBCO Adapter for EJB that facilitates communication between EJBs and services that use TIBCO's Rendezvous messaging system.
TIBCO also has a full-featured JMS implemen...more
Message expiry: I am sending (topic) messages with a TTL of 60 secs, but my durable consumer can pick these up upto approx(?) 120 secs later. Is this extended longevity the intended behaviour?
This is intended. SwiftMQ's approach to cleanup expired messages is to perform that in intervals you specify in the default cleanup interval attribute (which you might overwrite per regular PTP-qu...more
Is it possible to have multiple queue consumers on a single connection? I tried this creating multiple sessions but the messages often just go to the first listener I created on the queue and not the second.
Multiple consumers per queue:
Is it possible to have multiple queue consumers on a single connection? I tried this creating multiple sessions but the messages often just go to the first listener I...more
Running SwiftMQ router as a service component inside JBoss. Does 3.0 provide better support to run the router as a component inside of an app server?
Running SwiftMQ router as a service component inside JBoss.
Does 3.0 provide better support to run the router as a component inside of an app server?
We are currently using JBoss as the base cont...more
I am running some point-to-point performance tests using the latest SwiftMQ and notice that when the test is over and the code calls the QueueConnection.close() method it takes a very long time for this method to return. I have not seen this same behavior with other JMS vendors. Any idea why this is happening?
Long connection close times.
I am running some point-to-point performance tests using the latest SwiftMQ and notice that when the test is over and the code calls the QueueConnection.close() method ...more