owenb 2003/10/02 09:24:29
Modified: java/src/org/apache/wsif/util/jms WSIFJMSDestination.java
Log:
Set time to live on sender
Revision Changes Path
1.19 +1 -0
ws-wsif/java/src/org/apache/wsif/util/jms/WSIFJMSDestination.java
Index: WSIFJMSDestination.java
===================================================================
RCS file:
/home/cvs/ws-wsif/java/src/org/apache/wsif/util/jms/WSIFJMSDestination.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- WSIFJMSDestination.java 19 Jun 2003 19:14:03 -0000 1.18
+++ WSIFJMSDestination.java 2 Oct 2003 16:24:28 -0000 1.19
@@ -296,6 +296,7 @@
try {
if (sender == null) {
sender = session.createSender(writeQ);
+ sender.setTimeToLive(timeout);
}
// Process replyTo queues separately since they are not