Skip to content

Issue#583 distrib queue error dest online #602

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Apr 14, 2020
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
1cf3b57
Fix java.lang.Boolean issues for ActiveDirectoryAuthenticator
CarolynRountree Feb 14, 2020
abe7db6
Merge branch 'master' of github.com:oracle/weblogic-deploy-tooling
CarolynRountree Feb 18, 2020
426d6a7
Merge branch 'master' of github.com:oracle/weblogic-deploy-tooling
CarolynRountree Feb 19, 2020
8a7deed
Merge branch 'master' of github.com:oracle/weblogic-deploy-tooling
CarolynRountree Feb 20, 2020
8a24ba3
Merge branch 'master' of github.com:oracle/weblogic-deploy-tooling
CarolynRountree Mar 2, 2020
e31e042
Merge branch 'master' of github.com:oracle/weblogic-deploy-tooling
CarolynRountree Mar 3, 2020
467661d
Merge branch 'master' of github.com:oracle/weblogic-deploy-tooling
CarolynRountree Mar 3, 2020
576929f
Merge branch 'master' of github.com:oracle/weblogic-deploy-tooling
CarolynRountree Mar 5, 2020
ca7d16a
Merge branch 'master' of github.com:oracle/weblogic-deploy-tooling
CarolynRountree Mar 20, 2020
ea66448
Merge branch 'master' of github.com:oracle/weblogic-deploy-tooling
CarolynRountree Mar 26, 2020
f4a6221
Merge branch 'master' of github.com:oracle/weblogic-deploy-tooling
CarolynRountree Mar 27, 2020
8dbb625
Merge branch 'master' of github.com:oracle/weblogic-deploy-tooling
CarolynRountree Apr 2, 2020
fa6c7db
Merge branch 'master' of github.com:oracle/weblogic-deploy-tooling
CarolynRountree Apr 3, 2020
dbc3c9a
Merge branch 'master' of github.com:oracle/weblogic-deploy-tooling
CarolynRountree Apr 8, 2020
76b82a0
Merge branch 'master' of github.com:oracle/weblogic-deploy-tooling
CarolynRountree Apr 9, 2020
66ef4bd
Merge branch 'master' of github.com:oracle/weblogic-deploy-tooling
CarolynRountree Apr 10, 2020
aec0b14
Merge branch 'master' of github.com:oracle/weblogic-deploy-tooling
CarolynRountree Apr 13, 2020
af331c3
Fix ErrorDestination alias for online discovery
CarolynRountree Apr 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@
"wlst_type": "DeliveryFailureParams",
"folders": {},
"attributes": {
"ErrorDestination": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ErrorDestination", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "LSA", "set_method": "MBEAN.set_jms_error_destination_mbean", "set_mbean_type": "weblogic.j2ee.descriptor.wl.DestinationBean"} ],
"ErrorDestination": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ErrorDestination", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "${LSA:GET}", "set_method": "MBEAN.set_jms_error_destination_mbean", "set_mbean_type": "weblogic.j2ee.descriptor.wl.DestinationBean"} ],
"ExpirationLoggingPolicy": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ExpirationLoggingPolicy", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
"ExpirationPolicy": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ExpirationPolicy", "wlst_path": "WP001", "value": {"default": "${None:Discard}" }, "wlst_type": "string" } ],
"RedeliveryLimit": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "RedeliveryLimit", "wlst_path": "WP001", "value": {"default": -1 }, "wlst_type": "integer" } ]
Expand Down