The Apache NiFi mailing lists are documented here, with links to subscribe/unsubscribe: https://nifi.apache.org/mailing_lists.html
It looks like you want to unsubscribe from the Issues mailing list; sending an email to [email protected] will unsubscribe you. -- Jeff On Tue, Oct 4, 2016 at 5:25 PM Maykiwo GNO <[email protected]> wrote: > Hi all, > > Sorry but how unsubscribe from this mailing list? > > Regards > > Le 4 oct. 2016 23:07, "mosermw" <[email protected]> a écrit : > > > Github user mosermw commented on a diff in the pull request: > > > > https://github.com/apache/nifi/pull/1036#discussion_r81854062 > > > > --- Diff: nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/ > > src/main/java/org/apache/nifi/jms/processors/ConsumeJMS.java --- > > @@ -54,8 +61,31 @@ > > @SeeAlso(value = { PublishJMS.class, > JMSConnectionFactoryProvider.class > > }) > > public class ConsumeJMS extends AbstractJMSProcessor<JMSConsumer> { > > > > + static final AllowableValue AUTO_ACK = new > > AllowableValue(String.valueOf(Session.AUTO_ACKNOWLEDGE), > > --- End diff -- > > > > It's a bit confusing to see "Default value: 2" when I hover over the > > tooltip for the Acknowledgement Mode property. It looks like the > > serialized values will be "1", "2", or "3". Perhaps this is more of a > > problem in the UI rather than AllowableValue definition. > > > > > > --- > > If your project is set up for it, you can reply to this email and have > your > > reply appear on GitHub as well. If your project does not have this > feature > > enabled and wishes so, or if the feature is enabled but not working, > please > > contact infrastructure at [email protected] or file a JIRA > ticket > > with INFRA. > > --- > > >
