<div>
            <div>That's a pretty odd error, in essence it is getting a frame it does not understand, which is missing the AMQP Class for the frame sent.<br><br>You can try and catch this in your app by handling the NotImplementedError exception for "normal operation," as it appears that this is just a confirmation frame for something you're trying to do, declaring an exchange or queue.<br><br>Ideally, if you could get me more information, that'd be great. &nbsp;Please feel free to reply off list. &nbsp;What would help&nbsp;if you can edit line 220 of&nbsp;/home/denis/Tmp/Local/Python/pika-0.9.5/pika/frame.py and change it to&nbsp;raise NotImplementedError(frame), catching the exception and printing the repr of the frame. I could then use that data to try and figure out why you're not getting a valid AMQP Class when the frame is being decoded.<br><br>I've not used it with XML-RPC at all. If you want to send test code, I can see about putting it through its paces with that.<br><br>Gavin<br><br></div><div>
                <span></span>
                
                <!-- <p style="color: #a0a0a0;">On Monday, May 2, 2011 at 2:31 AM, Denis Conan wrote:</p> -->
                <p style="color: #a0a0a0;">On Monday, May 2, 2011 at 2:31 AM, Denis Conan wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div><br>Hi all,<br><br>using Pika with XML-RPC (in separate threads) leads sometimes to the following <br>exception when starting the process and the two threads. Is there a known issue <br>for when mixing Pika and XML-RPC?<br><br>Process Process-1:<br>Traceback (most recent call last):<br>   File "/usr/lib/python2.6/multiprocessing/process.py", line 232, in _bootstrap<br>     self.run()<br>File "/home/denis/Tmp/Local/Python/pika-0.9.5/pika/channel.py", line 64, in <br>deliver<br>     self.frame_dispatcher.process(frame)<br>   File "/home/denis/Tmp/Local/Python/pika-0.9.5/pika/frame.py", line 202, in <br>process<br>     self._handler(frame)<br>   File "/home/denis/Tmp/Local/Python/pika-0.9.5/pika/frame.py", line 220, in <br>_handle_method_frame<br>     raise NotImplementedError(frame.method.__class__)<br>NotImplementedError: &lt;class 'pika.spec.DeclareOk'&gt;<br><br>Denis<br>_______________________________________________<br>rabbitmq-discuss mailing list<br><a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br><a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br></div></div></span>
                
                
                
                
                </blockquote>
                
                <div>
                    <br>
                </div>
            </div>
        </div>