Skip to content

Commit

Permalink
fix(service-bus-policy): leave default sndSettleMode as mixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Apr 21, 2017
1 parent 25a8ded commit ed8578c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/policies/service_bus_policy.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
'use strict';
var constants = require('../constants'),
Policy = require('./policy');
var Policy = require('./policy');

module.exports = new Policy({
defaultSubjects: false,
senderLink: {
attach: {
sndSettleMode: constants.senderSettleMode.settled,
maxMessageSize: 10000, // Arbitrary choice
},
encoder: function(body) {
Expand Down

0 comments on commit ed8578c

Please sign in to comment.