Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1DB79200C5B for ; Tue, 4 Apr 2017 21:17:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1C537160B90; Tue, 4 Apr 2017 19:17:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 635A0160BA1 for ; Tue, 4 Apr 2017 21:17:46 +0200 (CEST) Received: (qmail 24043 invoked by uid 500); 4 Apr 2017 19:17:45 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 24031 invoked by uid 99); 4 Apr 2017 19:17:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Apr 2017 19:17:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 3044E1813D0 for ; Tue, 4 Apr 2017 19:17:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id JvsfL3aOcIyB for ; Tue, 4 Apr 2017 19:17:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 0B77D5FE44 for ; Tue, 4 Apr 2017 19:17:44 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 180DAE0D2E for ; Tue, 4 Apr 2017 19:17:43 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id DB9A524027 for ; Tue, 4 Apr 2017 19:17:41 +0000 (UTC) Date: Tue, 4 Apr 2017 19:17:41 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CXF-4209) Server side message redelivery support for WS-RM MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 04 Apr 2017 19:17:47 -0000 [ https://issues.apache.org/jira/browse/CXF-4209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-4209. ------------------------------ Resolution: Fixed Fix Version/s: 3.2.0 Patch applied a while ago. > Server side message redelivery support for WS-RM > ------------------------------------------------ > > Key: CXF-4209 > URL: https://issues.apache.org/jira/browse/CXF-4209 > Project: CXF > Issue Type: New Feature > Components: WS-* Components > Reporter: Akitoshi Yoshida > Assignee: Akitoshi Yoshida > Fix For: 3.2.0 > > Attachments: 0001-TMP1-changes-for-redelivery-implementation-for-WSRM.patch > > > Currently, when a WS-RM message reaches the RM-Destination at the server side but not the service itself, there is no mechanism to redeliver this message to the service. There is also no mechanism for redelivering those persisted messages at the RM-Destination to the services when the corresponding destination endpoints are restarted. > A retry mechanism similar to what is available at the RM-Source for message retransmission can be provided at the RM-Destination to enable message redelivery. -- This message was sent by Atlassian JIRA (v6.3.15#6346)