You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dileepan K (JIRA)" <ji...@apache.org> on 2006/11/25 14:36:02 UTC

[jira] Created: (AMQ-1071) Activemq connection factory silently ignores the erroneous arguments in broker url

Activemq connection factory silently ignores the erroneous arguments in broker url
----------------------------------------------------------------------------------

                 Key: AMQ-1071
                 URL: https://issues.apache.org/activemq/browse/AMQ-1071
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
         Environment: Linux
            Reporter: Dileepan K
            Priority: Minor


When an erroneous argument is passed to the broker url with failover, activemq connection factory ignores the error. However if failover is removed, it does throw exception. 

Here is the example

1. failover:(tcp://localhost:62012)?jms.prefetchPolicy.all=10&amp;wireFormat.maxInactivityDuration=0&amp;jms.optimizeAcknowledge=false

2. tcp://localhost:62012?jms.prefetchPolicy.all=10&amp;wireFormat.maxInactivityDuration=0&amp;jms.optimizeAcknowledge=false

Only the # 2 throws exception as jms.prefetchPolicy.all is an invalid argument here

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (AMQ-1071) Activemq connection factory silently ignores the erroneous arguments in broker url

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

Adrian Co reassigned AMQ-1071:
------------------------------

    Assignee: Adrian Co

> Activemq connection factory silently ignores the erroneous arguments in broker url
> ----------------------------------------------------------------------------------
>
>                 Key: AMQ-1071
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1071
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>         Environment: Linux
>            Reporter: Dileepan K
>         Assigned To: Adrian Co
>            Priority: Minor
>
> When an erroneous argument is passed to the broker url with failover, activemq connection factory ignores the error. However if failover is removed, it does throw exception. 
> Here is the example
> 1. failover:(tcp://localhost:62012)?jms.prefetchPolicy.all=10&amp;wireFormat.maxInactivityDuration=0&amp;jms.optimizeAcknowledge=false
> 2. tcp://localhost:62012?jms.prefetchPolicy.all=10&amp;wireFormat.maxInactivityDuration=0&amp;jms.optimizeAcknowledge=false
> Only the # 2 throws exception as jms.prefetchPolicy.all is an invalid argument here

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira