[jira] [Closed] (ARTEMIS-1327) Support checked exceptions from ActiveMQServerPlugin

2017-08-31 Thread clebert suconic (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARTEMIS-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

clebert suconic closed ARTEMIS-1327.


> Support checked exceptions from ActiveMQServerPlugin
> 
>
> Key: ARTEMIS-1327
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1327
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>  Components: Broker
>Reporter: Christopher L. Shannon
>Assignee: Christopher L. Shannon
> Fix For: 2.3.0
>
>
> After I was writing a couple custom plugins I realized it would be beneficial 
> to support checked exceptions.  This makes error handling simpler for plugin 
> writers as they can throw various exceptions and not have to always wrap them 
> in a RuntimeException.  Almost every place in the broker where plugin methods 
> are currently called already support handling checked Exceptions so this is 
> pretty simple and mostly we just need to add a "throws Exception" to each of 
> the methods in the ActiveMQServerPlugin interface and make sure the methods 
> used to execute the plugin methods also support it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (ARTEMIS-1327) Support checked exceptions from ActiveMQServerPlugin

2017-08-08 Thread Christopher L. Shannon (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARTEMIS-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher L. Shannon closed ARTEMIS-1327.
---
Resolution: Fixed

> Support checked exceptions from ActiveMQServerPlugin
> 
>
> Key: ARTEMIS-1327
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1327
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>  Components: Broker
>Reporter: Christopher L. Shannon
>Assignee: Christopher L. Shannon
> Fix For: 2.3.0
>
>
> After I was writing a couple custom plugins I realized it would be beneficial 
> to support checked exceptions.  This makes error handling simpler for plugin 
> writers as they can throw various exceptions and not have to always wrap them 
> in a RuntimeException.  Almost every place in the broker where plugin methods 
> are currently called already support handling checked Exceptions so this is 
> pretty simple and mostly we just need to add a "throws Exception" to each of 
> the methods in the ActiveMQServerPlugin interface and make sure the methods 
> used to execute the plugin methods also support it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)