You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Jeremy Levy (JIRA)" <ji...@apache.org> on 2011/06/15 18:53:47 UTC

[jira] [Created] (AMQ-3368) Patch to disable all endpoints

Patch to disable all endpoints 
-------------------------------

                 Key: AMQ-3368
                 URL: https://issues.apache.org/jira/browse/AMQ-3368
             Project: ActiveMQ
          Issue Type: Improvement
          Components: JCA Container
         Environment: n/a
            Reporter: Jeremy Levy
            Priority: Minor
         Attachments: ActiveMQResourceAdapter_Disable_All_Endpoints.txt

For packaging scenarios where MDB endpoints are deployed along with EJB's and WARs in an EAR but you don't want the queues to be activated on some servers this patch provides a system property that allows you to disabled endpoint activation.

Setting the system property 'activemq.endpoints.disabled' to true will stop queues from activating.   For example: 

java -Dactivemq.endpoints.disabled=true -jar myjar.jar 

This is useful if you want to keep your deployment archive the same across multiple instances but reserve some servers for queue processing.  The exclusive consumer functionality isn't sufficient incase you want to have multiple MDBs active.

See email thread titled "Patch to disable all Queues" on users@activemq.apache.org from 6/1/2011 for more details.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AMQ-3368) Patch to disable all endpoints

Posted by "Jeremy Levy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-3368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeremy Levy updated AMQ-3368:
-----------------------------

    Attachment: ActiveMQResourceAdapter_Disable_All_Endpoints.txt

> Patch to disable all endpoints 
> -------------------------------
>
>                 Key: AMQ-3368
>                 URL: https://issues.apache.org/jira/browse/AMQ-3368
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: JCA Container
>         Environment: n/a
>            Reporter: Jeremy Levy
>            Priority: Minor
>         Attachments: ActiveMQResourceAdapter_Disable_All_Endpoints.txt
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> For packaging scenarios where MDB endpoints are deployed along with EJB's and WARs in an EAR but you don't want the queues to be activated on some servers this patch provides a system property that allows you to disabled endpoint activation.
> Setting the system property 'activemq.endpoints.disabled' to true will stop queues from activating.   For example: 
> java -Dactivemq.endpoints.disabled=true -jar myjar.jar 
> This is useful if you want to keep your deployment archive the same across multiple instances but reserve some servers for queue processing.  The exclusive consumer functionality isn't sufficient incase you want to have multiple MDBs active.
> See email thread titled "Patch to disable all Queues" on users@activemq.apache.org from 6/1/2011 for more details.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AMQ-3368) Patch to disable all endpoints

Posted by "Jeremy Levy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-3368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeremy Levy updated AMQ-3368:
-----------------------------

    Description: 
For packaging scenarios where MDB endpoints are deployed along with EJB's and WARs in an EAR but you don't want the queues to be activated on some servers this patch provides a system property that allows you to disabled endpoint activation.

Setting the system property 'activemq.endpoints.disabled' to true will stop queues from activating.   For example: 

java -Dactivemq.endpoints.disabled=true -jar myjar.jar 

This is useful if you want to keep your deployment archive the same across multiple instances but reserve some servers for queue processing.  The exclusive consumer functionality isn't sufficient because it limits you to one consumer.

See email thread titled "Patch to disable all Queues" on users@activemq.apache.org from 6/1/2011 for more details.

  was:
For packaging scenarios where MDB endpoints are deployed along with EJB's and WARs in an EAR but you don't want the queues to be activated on some servers this patch provides a system property that allows you to disabled endpoint activation.

Setting the system property 'activemq.endpoints.disabled' to true will stop queues from activating.   For example: 

java -Dactivemq.endpoints.disabled=true -jar myjar.jar 

This is useful if you want to keep your deployment archive the same across multiple instances but reserve some servers for queue processing.  The exclusive consumer functionality isn't sufficient incase you want to have multiple MDBs active.

See email thread titled "Patch to disable all Queues" on users@activemq.apache.org from 6/1/2011 for more details.


> Patch to disable all endpoints 
> -------------------------------
>
>                 Key: AMQ-3368
>                 URL: https://issues.apache.org/jira/browse/AMQ-3368
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: JCA Container
>         Environment: n/a
>            Reporter: Jeremy Levy
>            Priority: Minor
>         Attachments: ActiveMQResourceAdapter_Disable_All_Endpoints.txt
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> For packaging scenarios where MDB endpoints are deployed along with EJB's and WARs in an EAR but you don't want the queues to be activated on some servers this patch provides a system property that allows you to disabled endpoint activation.
> Setting the system property 'activemq.endpoints.disabled' to true will stop queues from activating.   For example: 
> java -Dactivemq.endpoints.disabled=true -jar myjar.jar 
> This is useful if you want to keep your deployment archive the same across multiple instances but reserve some servers for queue processing.  The exclusive consumer functionality isn't sufficient because it limits you to one consumer.
> See email thread titled "Patch to disable all Queues" on users@activemq.apache.org from 6/1/2011 for more details.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira