cvs commit: ws-wsif/java/src/org/apache/wsif/util/jms WSIFJMSDestination.java

[email protected]
Newsgroups gmane.comp.apache.webservices.wsif.devel
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.