|
@@ -175,7 +175,7 @@ class AMQShell(cmd.Cmd):
|
|
'basic.get': Spec(('queue', str),
|
|
'basic.get': Spec(('queue', str),
|
|
('no_ack', bool, 'off'),
|
|
('no_ack', bool, 'off'),
|
|
returns=dump_message),
|
|
returns=dump_message),
|
|
- 'basic.publish': Spec(('msg', Message),
|
|
|
|
|
|
+ 'basic.publish': Spec(('msg', str),
|
|
('exchange', str),
|
|
('exchange', str),
|
|
('routing_key', str),
|
|
('routing_key', str),
|
|
('mandatory', bool, 'no'),
|
|
('mandatory', bool, 'no'),
|