Skip to content
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

com.rabbitmq.client.AlreadyClosedException: clean connection shutdown; reason: Attempt to use closed channel - clean connection shutdown error #4

Open
dbercht opened this issue Sep 25, 2013 · 0 comments

Comments

@dbercht
Copy link

dbercht commented Sep 25, 2013

https://github.com/storm-amqp/storm-amqp-spout/blob/master/src/main/java/com/rapportive/storm/spout/AMQPSpout.java#L217

The catch exception is catching all IOExceptions, however close makes an internal call to com.rabbitmq.client.AlreadyClosedException which is a child of RunTime exception, so it never gets caught.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant