Skip to content

Commit e779fb4

Browse files
jounaidrtofu-rocketry
authored andcommitted
Change reject queue to a QueueSimple() when using dirq for sender
Signed-off-by: jounaidr <[email protected]>
1 parent 592f417 commit e779fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssm/ssm2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def __init__(self, hosts_and_ports, qpath, cert, key, dest=None, listen=None,
123123
"module wasn't found.")
124124

125125
self._outq = QueueSimple(outqpath)
126-
self._rejectq = MessageDirectory(rejectqpath)
126+
self._rejectq = QueueSimple(rejectqpath)
127127

128128
elif path_type == 'directory':
129129
self._outq = MessageDirectory(outqpath)

0 commit comments

Comments
 (0)