Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 681396 Details for
Bug 899496
CLI - Queue is set durable=false by default - should be durable=true according description of add-jms-queue command
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
JBPAPP-7133.patch
JBPAPP-7133.patch (text/x-patch), 1.34 KB, created by
Danesh Mondegarian
on 2011-09-14 15:48:31 UTC
(
hide
)
Description:
JBPAPP-7133.patch
Filename:
MIME Type:
Creator:
Danesh Mondegarian
Created:
2011-09-14 15:48:31 UTC
Size:
1.34 KB
patch
obsolete
>From 6856c633f559cadd221c5334d220d9b3ce25471f Mon Sep 17 00:00:00 2001 >From: Danesh Mondegarian <dmondega@redhat.com> >Date: Wed, 14 Sep 2011 11:43:30 -0400 >Subject: [PATCH] Set default value of durable to true. > >This ensures that the behavior abides by whats written in the docs. >--- > .../org/jboss/as/messaging/CommonAttributes.java | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/messaging/src/main/java/org/jboss/as/messaging/CommonAttributes.java b/messaging/src/main/java/org/jboss/as/messaging/CommonAttributes.java >index c041cc4..9ea5ac9 100644 >--- a/messaging/src/main/java/org/jboss/as/messaging/CommonAttributes.java >+++ b/messaging/src/main/java/org/jboss/as/messaging/CommonAttributes.java >@@ -151,7 +151,7 @@ public interface CommonAttributes { > SimpleAttributeDefinition DUPS_OK_BATCH_SIZE = new SimpleAttributeDefinition("dups-ok-batch-size", > new ModelNode().set(HornetQClient.DEFAULT_ACK_BATCH_SIZE), ModelType.INT, true, MeasurementUnit.NONE); > >- SimpleAttributeDefinition DURABLE = new SimpleAttributeDefinition("durable", new ModelNode().set(false), ModelType.BOOLEAN, true); >+ SimpleAttributeDefinition DURABLE = new SimpleAttributeDefinition("durable", new ModelNode().set(true), ModelType.BOOLEAN, true); > > JndiEntriesAttribute ENTRIES = JndiEntriesAttribute.DESTINATION; > >-- >1.7.4.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 899496
: 681396