[jira] [Commented] (QPID-4973) [Java Broker] Refactor DurableConfigurationStore interface to be in terms of ConfiguredObject rather than implementation classes

2013-07-05 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13700934#comment-13700934
 ] 

ASF subversion and git services commented on QPID-4973:
---

Commit 1500047 from [~godfrer]
[ https://svn.apache.org/r1500047 ]

QPID-4973 : [Java Broker] Refactor DurableConfigurationStore interface to be in 
terms of ConfiguredObject rather than implementation classes

 [Java Broker] Refactor DurableConfigurationStore interface to be in terms of 
 ConfiguredObject rather than implementation classes
 

 Key: QPID-4973
 URL: https://issues.apache.org/jira/browse/QPID-4973
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 As part of the ongoing changes to the Java Broker configuration model, make 
 the DurableConfigurationStore (essentially the config store for a vhost) 
 expose only a generic interface for configured objects, and not restrict to 
 concrete implementation classes such as Queue, Exchange, Binding, etc.
 (Note that the representation of the objects in the BDB and JDBC/Derby stores 
 is already in a generic form. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4627) Implement remaining special identifiers

2013-07-05 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13700961#comment-13700961
 ] 

ASF subversion and git services commented on QPID-4627:
---

Commit 1500052 from [~astitcher]
[ https://svn.apache.org/r1500052 ]

QPID-4627: Implement most  of the remaining selector special identifiers
Implemented:
  message_id, correlation_id,
  jms_type, creation_time, absolute_expiry_time

There are a couple of caveats: The easily available way to get
jms_type doesn't distinguish between an empty string and the
property not being sent at all. So we treat this case as property
not set as that seems like it will get most cases correct (why bother
to send an empty jms_type?). The creation_time property is currently
implemented as the time the message was put on the queue (if enabled
in the broker) as amqp 0_10 has no standard way to indicate the
creation time and we're not currently holding the creation time for amqp 1.0
messages.

 Implement remaining special identifiers
 ---

 Key: QPID-4627
 URL: https://issues.apache.org/jira/browse/QPID-4627
 Project: Qpid
  Issue Type: Sub-task
Reporter: Andrew Stitcher
Assignee: Andrew Stitcher

 The remaining JMS specified identifiers are:
 amqp.correlation_id
 amqp.message_id
 amqp.creation_time
 amqp.jms_type
 The ones remaining from the AMQP Apache filters spec are:
 amqp.to
 amqp.reply_to
 amqp.absolute_expiration_time
 - amqp.durable (it's not clear this is really there as distinct from 
 amqp.delivery_mode)
 - amqp.delivery_count (it's not clear this is really there as distinct from 
 amqp.redelivered)
 In order to implement these special identifiers there will need to be extra 
 work to abstract some of these values from the 0-10 or 1-0 message code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4977) [Java Broker] the virtualhost creation dialog doesnt display the store related fields on older browsers

2013-07-05 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13700998#comment-13700998
 ] 

ASF subversion and git services commented on QPID-4977:
---

Commit 1500070 from [~godfrer]
[ https://svn.apache.org/r1500070 ]

QPID-4977 : [Java Broker] the virtualhost creation dialog doesnt display the 
store related fields on older browsers

 [Java Broker] the virtualhost creation dialog doesnt display the store 
 related fields on older browsers
 ---

 Key: QPID-4977
 URL: https://issues.apache.org/jira/browse/QPID-4977
 Project: Qpid
  Issue Type: Bug
  Components: Java Broker
Affects Versions: 0.23
Reporter: Robbie Gemmell
 Fix For: 0.23


 Following the changes in QPID-4937 to support virtualhosts of specific types, 
 the virtualhost creation dialog in the web management ui doesn't display the 
 store related fields on older browsers (e.g IE8 and older Firefox releases), 
 apparently due to use of a method they don't support:
 Error: String(type).trim is not a function
 Source File: http://127.0.0.1:8080/js/qpid/management/addVirtualHost.js
 Line: 153

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4968) Dispatch - Generalized framework for embedded Python modules

2013-07-05 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13701008#comment-13701008
 ] 

ASF subversion and git services commented on QPID-4968:
---

Commit 1500073 from [~tedross]
[ https://svn.apache.org/r1500073 ]

QPID-4968 - Added an adapter module for Python-to-Dispatch calls.
Implemented LogAdapter within the dispatch module to allow Python modules to
emit logs in Dispatch.

 Dispatch - Generalized framework for embedded Python modules
 

 Key: QPID-4968
 URL: https://issues.apache.org/jira/browse/QPID-4968
 Project: Qpid
  Issue Type: New Feature
  Components: Qpid Dispatch
Reporter: Ted Ross
Assignee: Ted Ross

 Dispatch uses embedded python for a number of purposes including 
 configuration file parsing and route computation.
 This feature is a generalized embedded python capability that provides:
 - Data conversion between Python objects and Dispatch fields
 - Native logging from Python

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4327) HA support for TX transactions.

2013-07-05 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13701084#comment-13701084
 ] 

ASF subversion and git services commented on QPID-4327:
---

Commit 1500107 from [~aconway]
[ https://svn.apache.org/r1500107 ]

QPID-4327: Minor edits to ha-transactions.md

 HA support for TX transactions.
 ---

 Key: QPID-4327
 URL: https://issues.apache.org/jira/browse/QPID-4327
 Project: Qpid
  Issue Type: New Feature
  Components: C++ Clustering
Affects Versions: 0.18
Reporter: Alan Conway
Assignee: Alan Conway

 Add support for TX transactions in a HA cluster.
 Messages and accepts in a transaction must be executed atomically on backup 
 brokers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4980) [Java Broker] In HTTP Management make (standard) virtual host store attributes depended upon store type

2013-07-05 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13701115#comment-13701115
 ] 

ASF subversion and git services commented on QPID-4980:
---

Commit 1500134 from [~godfrer]
[ https://svn.apache.org/r1500134 ]

QPID-4980 : [Java Broker] In HTTP Management make (standard) virtual host store 
attributes depended upon store type

 [Java Broker] In HTTP Management make (standard) virtual host store 
 attributes depended upon store type
 ---

 Key: QPID-4980
 URL: https://issues.apache.org/jira/browse/QPID-4980
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 When creating a standard virtual host through the HTTP management console one 
 is able to choose the type of store to use... however each store has (in 
 reality) different mandatory and optional attributes.  The management console 
 (and broker side validation in the REST api) should reflect these 
 per-store-type differences

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4980) [Java Broker] In HTTP Management make (standard) virtual host store attributes depended upon store type

2013-07-05 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13701188#comment-13701188
 ] 

ASF subversion and git services commented on QPID-4980:
---

Commit 1500169 from [~godfrer]
[ https://svn.apache.org/r1500169 ]

QPID-4980 : [Java Broker] add connection pool attributes to http management

 [Java Broker] In HTTP Management make (standard) virtual host store 
 attributes depended upon store type
 ---

 Key: QPID-4980
 URL: https://issues.apache.org/jira/browse/QPID-4980
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 When creating a standard virtual host through the HTTP management console one 
 is able to choose the type of store to use... however each store has (in 
 reality) different mandatory and optional attributes.  The management console 
 (and broker side validation in the REST api) should reflect these 
 per-store-type differences

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4627) Implement remaining special identifiers

2013-07-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13701884#comment-13701884
 ] 

ASF subversion and git services commented on QPID-4627:
---

Commit 1500613 from [~gsim]
[ https://svn.apache.org/r1500613 ]

QPID-4627: fix faulty switch statement

 Implement remaining special identifiers
 ---

 Key: QPID-4627
 URL: https://issues.apache.org/jira/browse/QPID-4627
 Project: Qpid
  Issue Type: Sub-task
Reporter: Andrew Stitcher
Assignee: Andrew Stitcher

 The remaining JMS specified identifiers are:
 amqp.correlation_id
 amqp.message_id
 amqp.creation_time
 amqp.jms_type
 The ones remaining from the AMQP Apache filters spec are:
 amqp.to
 amqp.reply_to
 amqp.absolute_expiration_time
 - amqp.durable (it's not clear this is really there as distinct from 
 amqp.delivery_mode)
 - amqp.delivery_count (it's not clear this is really there as distinct from 
 amqp.redelivered)
 In order to implement these special identifiers there will need to be extra 
 work to abstract some of these values from the 0-10 or 1-0 message code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4967) Dispatch - Distributed routing protocol to compute paths across a network of routers

2013-07-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13702480#comment-13702480
 ] 

ASF subversion and git services commented on QPID-4967:
---

Commit 1500977 from [~tedross]
[ https://svn.apache.org/r1500977 ]

QPID-4968 - Added an IO adapter for python modules to send and receive messages
QPID-4967 - Integrated the python router into the main program
 - Updated the log module: added the full complement of severity levels
 - Added stub versions of the dispatch python adapters so the python components 
can be
   tested in a standalone environment.

 Dispatch - Distributed routing protocol to compute paths across a network of 
 routers
 

 Key: QPID-4967
 URL: https://issues.apache.org/jira/browse/QPID-4967
 Project: Qpid
  Issue Type: New Feature
  Components: Qpid Dispatch
Reporter: Ted Ross
Assignee: Ted Ross

 Add the route-computation function to Dispatch Router.  This control-plane 
 component discovers neighboring routers, exchanges topology information, and 
 computes the shortest paths from point to point across the topology.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4968) Dispatch - Generalized framework for embedded Python modules

2013-07-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13702479#comment-13702479
 ] 

ASF subversion and git services commented on QPID-4968:
---

Commit 1500977 from [~tedross]
[ https://svn.apache.org/r1500977 ]

QPID-4968 - Added an IO adapter for python modules to send and receive messages
QPID-4967 - Integrated the python router into the main program
 - Updated the log module: added the full complement of severity levels
 - Added stub versions of the dispatch python adapters so the python components 
can be
   tested in a standalone environment.

 Dispatch - Generalized framework for embedded Python modules
 

 Key: QPID-4968
 URL: https://issues.apache.org/jira/browse/QPID-4968
 Project: Qpid
  Issue Type: New Feature
  Components: Qpid Dispatch
Reporter: Ted Ross
Assignee: Ted Ross

 Dispatch uses embedded python for a number of purposes including 
 configuration file parsing and route computation.
 This feature is a generalized embedded python capability that provides:
 - Data conversion between Python objects and Dispatch fields
 - Native logging from Python

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4967) Dispatch - Distributed routing protocol to compute paths across a network of routers

2013-07-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13702800#comment-13702800
 ] 

ASF subversion and git services commented on QPID-4967:
---

Commit 1501046 from [~tedross]
[ https://svn.apache.org/r1501046 ]

QPID-4967 - Added the message transmit linkage from python.

 Dispatch - Distributed routing protocol to compute paths across a network of 
 routers
 

 Key: QPID-4967
 URL: https://issues.apache.org/jira/browse/QPID-4967
 Project: Qpid
  Issue Type: New Feature
  Components: Qpid Dispatch
Reporter: Ted Ross
Assignee: Ted Ross

 Add the route-computation function to Dispatch Router.  This control-plane 
 component discovers neighboring routers, exchanges topology information, and 
 computes the shortest paths from point to point across the topology.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4944) HA Sporadic failure in ha_tests: test_failover_send_receive and test_expected_backup_timeout

2013-07-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703270#comment-13703270
 ] 

ASF subversion and git services commented on QPID-4944:
---

Commit 1501259 from [~aconway]
[ https://svn.apache.org/r1501259 ]

QPID-4944: HA skip test test_failover_send_receive till fixed.

This test is still failing very occasionally (approx 1 in 5000 runs) It is 
being 
disabled to cut down on noise in automated builds untill the problem is fixed.

 HA Sporadic failure in ha_tests:  test_failover_send_receive and 
 test_expected_backup_timeout
 -

 Key: QPID-4944
 URL: https://issues.apache.org/jira/browse/QPID-4944
 Project: Qpid
  Issue Type: Bug
Reporter: Alan Conway
Assignee: Alan Conway
 Fix For: 0.23


 Rare sporadic failures in:
 ha_tests.RecoveryTests.test_expected_backup_timeout
   AssertionError: 'recovering' != 'active
 ha_tests.LongTests.test_failover_send_receive  
   AssertionError: Broker006:cluster1-1.log qpidd-26 :44493 
 expected='ready', actual='catchup'
 To reproduce you need to run ha_tests.py in a loop overnight or longer.
 See also: https://bugzilla.redhat.com/show_bug.cgi?id=969039

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4983) [Java Broker] Move store implementations to broker plugins

2013-07-10 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704342#comment-13704342
 ] 

ASF subversion and git services commented on QPID-4983:
---

Commit 1501682 from [~godfrer]
[ https://svn.apache.org/r1501682 ]

QPID-4983 : [Java Broker] Move store implementations to broker plugins

 [Java Broker] Move store implementations to broker plugins
 --

 Key: QPID-4983
 URL: https://issues.apache.org/jira/browse/QPID-4983
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey
Priority: Minor

 Move the java broker store implementations to separate plugins to enable 
 deployment of brokers which do not offer a particular store type if it is not 
 required / desired.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4984) Linear File Allocation for the Linux AIO Store

2013-07-10 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704984#comment-13704984
 ] 

ASF subversion and git services commented on QPID-4984:
---

Commit 1501945 from [~tedross]
[ https://svn.apache.org/r1501945 ]

QPID-4984 - Added a utilities library for linearstore and its tools.

 Linear File Allocation for the Linux AIO Store
 --

 Key: QPID-4984
 URL: https://issues.apache.org/jira/browse/QPID-4984
 Project: Qpid
  Issue Type: Improvement
  Components: C++ Broker
Reporter: Ted Ross

 This Jira is for a proposed change to the AIO legacy store in the Qpid C++ 
 Broker.
 Rather than pre-allocating store files in a fixed-size ring buffer (per 
 queue), the linear store allocates files to queue journals on an as-needed 
 basis, freeing them to a free-pool when no longer needed (i.e. all stored 
 messages have been dequeued).
 The development is ongoing in a branch called linearstore.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4984) Linear File Allocation for the Linux AIO Store

2013-07-10 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13705111#comment-13705111
 ] 

ASF subversion and git services commented on QPID-4984:
---

Commit 1502018 from [~kpvdr]
[ https://svn.apache.org/r1502018 ]

QPID-4984: Continuing work on the linearstoreutils lib

 Linear File Allocation for the Linux AIO Store
 --

 Key: QPID-4984
 URL: https://issues.apache.org/jira/browse/QPID-4984
 Project: Qpid
  Issue Type: Improvement
  Components: C++ Broker
Reporter: Ted Ross

 This Jira is for a proposed change to the AIO legacy store in the Qpid C++ 
 Broker.
 Rather than pre-allocating store files in a fixed-size ring buffer (per 
 queue), the linear store allocates files to queue journals on an as-needed 
 basis, freeing them to a free-pool when no longer needed (i.e. all stored 
 messages have been dequeued).
 The development is ongoing in a branch called linearstore.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4985) [AMQP 1.0] sending message with priority=4 causes buffer overflow in client

2013-07-11 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13705728#comment-13705728
 ] 

ASF subversion and git services commented on QPID-4985:
---

Commit 1502192 from [~gsim]
[ https://svn.apache.org/r1502192 ]

QPID-4985: ensure calculated buffer size is accurate

 [AMQP 1.0] sending message with priority=4 causes buffer overflow in client
 ---

 Key: QPID-4985
 URL: https://issues.apache.org/jira/browse/QPID-4985
 Project: Qpid
  Issue Type: Bug
  Components: C++ Client
Affects Versions: 0.22
Reporter: Gordon Sim
Assignee: Gordon Sim
 Fix For: 0.23


 E.g qpid-send --conection-options {protocol:amqp1.0} --priority 1 --address 
 amq.fanout

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4986) [AMQP 1.0] correlation-id/message-id gets corrupted by broker

2013-07-11 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13705729#comment-13705729
 ] 

ASF subversion and git services commented on QPID-4986:
---

Commit 1502193 from [~gsim]
[ https://svn.apache.org/r1502193 ]

QPID-4986: ensure correct handler is called for message-id typed properties

 [AMQP 1.0] correlation-id/message-id gets corrupted by broker
 -

 Key: QPID-4986
 URL: https://issues.apache.org/jira/browse/QPID-4986
 Project: Qpid
  Issue Type: Bug
  Components: C++ Broker
Affects Versions: 0.22
Reporter: Gordon Sim
Assignee: Gordon Sim
 Fix For: 0.23


 E.g. qpid-receive --connection-properties {protocol:amqp1.0} -f --address 
 amq.fanout --print-headers true
 then
 qpid-send --connection-options {protocol:amqp1.0} --address amq.fanout 
 --correlation-id abc
 The receiver prints:
 CorrelationId: 1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4987) A new website

2013-07-11 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13706165#comment-13706165
 ] 

ASF subversion and git services commented on QPID-4987:
---

Commit 1502342 from [~justi9]
[ https://svn.apache.org/r1502342 ]

QPID-4987: Turn on the new site

 A new website
 -

 Key: QPID-4987
 URL: https://issues.apache.org/jira/browse/QPID-4987
 Project: Qpid
  Issue Type: Improvement
  Components: Website
Reporter: Justin Ross
Assignee: Justin Ross



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4987) A new website

2013-07-11 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13706174#comment-13706174
 ] 

ASF subversion and git services commented on QPID-4987:
---

Commit 1502347 from [~justi9]
[ https://svn.apache.org/r1502347 ]

QPID-4987: Repair broken links

 A new website
 -

 Key: QPID-4987
 URL: https://issues.apache.org/jira/browse/QPID-4987
 Project: Qpid
  Issue Type: Improvement
  Components: Website
Reporter: Justin Ross
Assignee: Justin Ross



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4987) A new website

2013-07-11 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13706182#comment-13706182
 ] 

ASF subversion and git services commented on QPID-4987:
---

Commit 1502350 from [~justi9]
[ https://svn.apache.org/r1502350 ]

QPID-4987: Remove the executable flag from config.sh; it's meant to be sourced, 
not executed

 A new website
 -

 Key: QPID-4987
 URL: https://issues.apache.org/jira/browse/QPID-4987
 Project: Qpid
  Issue Type: Improvement
  Components: Website
Reporter: Justin Ross
Assignee: Justin Ross



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4987) A new website

2013-07-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13706843#comment-13706843
 ] 

ASF subversion and git services commented on QPID-4987:
---

Commit 1502506 from [~justi9]
[ https://svn.apache.org/r1502506 ]

QPID-4987: Use direct links to language-specific chapters of the programming 
guide

 A new website
 -

 Key: QPID-4987
 URL: https://issues.apache.org/jira/browse/QPID-4987
 Project: Qpid
  Issue Type: Improvement
  Components: Website
Reporter: Justin Ross
Assignee: Justin Ross



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4987) A new website

2013-07-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13706876#comment-13706876
 ] 

ASF subversion and git services commented on QPID-4987:
---

Commit 1502518 from [~justi9]
[ https://svn.apache.org/r1502518 ]

QPID-4987: Add rewrites for doc urls from the previous site version; remove 
unused .htaccess settings; publish changes to date

 A new website
 -

 Key: QPID-4987
 URL: https://issues.apache.org/jira/browse/QPID-4987
 Project: Qpid
  Issue Type: Improvement
  Components: Website
Reporter: Justin Ross
Assignee: Justin Ross



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4987) A new website

2013-07-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13706907#comment-13706907
 ] 

ASF subversion and git services commented on QPID-4987:
---

Commit 1502540 from [~justi9]
[ https://svn.apache.org/r1502540 ]

QPID-4987: Collapse the publish step into the render step; update the README 
accordingly

 A new website
 -

 Key: QPID-4987
 URL: https://issues.apache.org/jira/browse/QPID-4987
 Project: Qpid
  Issue Type: Improvement
  Components: Website
Reporter: Justin Ross
Assignee: Justin Ross



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4987) A new website

2013-07-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13706910#comment-13706910
 ] 

ASF subversion and git services commented on QPID-4987:
---

Commit 1502544 from [~justi9]
[ https://svn.apache.org/r1502544 ]

QPID-4987: Correct the help output

 A new website
 -

 Key: QPID-4987
 URL: https://issues.apache.org/jira/browse/QPID-4987
 Project: Qpid
  Issue Type: Improvement
  Components: Website
Reporter: Justin Ross
Assignee: Justin Ross



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4987) A new website

2013-07-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13706928#comment-13706928
 ] 

ASF subversion and git services commented on QPID-4987:
---

Commit 1502547 from [~justi9]
[ https://svn.apache.org/r1502547 ]

QPID-4987: Use a deterministic method of obfuscating mail addresses

 A new website
 -

 Key: QPID-4987
 URL: https://issues.apache.org/jira/browse/QPID-4987
 Project: Qpid
  Issue Type: Improvement
  Components: Website
Reporter: Justin Ross
Assignee: Justin Ross



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4987) A new website

2013-07-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13706938#comment-13706938
 ] 

ASF subversion and git services commented on QPID-4987:
---

Commit 1502556 from [~justi9]
[ https://svn.apache.org/r1502556 ]

QPID-4987: Avoid unnecessary disk writes

 A new website
 -

 Key: QPID-4987
 URL: https://issues.apache.org/jira/browse/QPID-4987
 Project: Qpid
  Issue Type: Improvement
  Components: Website
Reporter: Justin Ross
Assignee: Justin Ross



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4987) A new website

2013-07-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13706952#comment-13706952
 ] 

ASF subversion and git services commented on QPID-4987:
---

Commit 1502561 from [~justi9]
[ https://svn.apache.org/r1502561 ]

QPID-4987: Use the same logic to avoid extraneous writes for resource files

 A new website
 -

 Key: QPID-4987
 URL: https://issues.apache.org/jira/browse/QPID-4987
 Project: Qpid
  Issue Type: Improvement
  Components: Website
Reporter: Justin Ross
Assignee: Justin Ross



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4987) A new website

2013-07-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13706968#comment-13706968
 ] 

ASF subversion and git services commented on QPID-4987:
---

Commit 1502571 from [~justi9]
[ https://svn.apache.org/r1502571 ]

QPID-4987: Correct docbook url rewrites; add redirects for pdfs

 A new website
 -

 Key: QPID-4987
 URL: https://issues.apache.org/jira/browse/QPID-4987
 Project: Qpid
  Issue Type: Improvement
  Components: Website
Reporter: Justin Ross
Assignee: Justin Ross



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4907) qpid-tool displays duplicate entries for objects managed by the broker.

2013-07-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13707182#comment-13707182
 ] 

ASF subversion and git services commented on QPID-4907:
---

Commit 1502642 from [~kgiusti]
[ https://svn.apache.org/r1502642 ]

QPID-4907: change qpidd default mode for QMF event and update publishing to use 
QMFv2 format only

 qpid-tool displays duplicate entries for objects managed by the broker.
 ---

 Key: QPID-4907
 URL: https://issues.apache.org/jira/browse/QPID-4907
 Project: Qpid
  Issue Type: Bug
  Components: C++ Broker, Python Tools, Qpid Managment Framework
Affects Versions: 0.23
Reporter: Ken Giusti
Assignee: Ken Giusti
Priority: Blocker
 Fix For: Future


 qpid-tool displays two entries for each object managed by the broker.
 Example:
 $ qpid-config add queue KEN-Q
 $ qpid-tool
 Management Tool for QPID
 qpid: list queue
 Object Summary:
 ID   Created   Destroyed  Index
 
 141  14:19:42  -  169.KEN-Q
 SNIP
 156  14:19:42  -  org.apache.qpid.broker:queue:KEN-Q
 SNIP
 qpid: 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4834) Ruby client examples incorrectly handles '--connection-options' option

2013-07-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13707271#comment-13707271
 ] 

ASF subversion and git services commented on QPID-4834:
---

Commit 1502660 from [~mcpierce]
[ https://svn.apache.org/r1502660 ]

QPID-4834: Fixed how Ruby spout example processes connection options

The argument comes in as a string. It is now processed, the keys and
values extracted and put into a proper Hash that is then passed to the
Qpid::Messaging::Connection object.

 Ruby client examples incorrectly handles '--connection-options' option
 --

 Key: QPID-4834
 URL: https://issues.apache.org/jira/browse/QPID-4834
 Project: Qpid
  Issue Type: Bug
  Components: Ruby Client
Affects Versions: 0.20
Reporter: Petr Matousek
Assignee: Darryl L. Pierce
Priority: Minor

 The 'connection-options' option is incorrectly handled as a string in the 
 example clients, should be handled as a list.
 # ruby spout.rb --connection-options {reconnect:True} q;{create:always}
 2013-05-10 04:49:01 [Client] warning Exception received from broker:
 not-found: not-found: Queue not found: {reconnect:True} 
 (/builddir/build/BUILD/qpid-0.22/cpp/src/qpid/broker/SessionAdapter.cpp:693)
 [caused by 2 \x08:\x01]
 ./../lib/qpid_messaging/session.rb:63:in `createSender': Queue
 {reconnect:True} does not exist (MessagingError)
 from ./../lib/qpid_messaging/session.rb:63:in `create_sender'
 from spout.rb:106
 2013-05-10 04:49:01 [Client] warning Connection
 [127.0.0.1:56869-127.0.0.1:5672] closed
 The 'nil' in the option parser looked weird to me, so I did the
 following change to make the option work:
 # vim spout.rb
 -  opts.on(nil, --connection-options VALUE,
 +  opts.on(--connection-options VALUE,
 Following change results in another error, the connection's
 convert_options method expects list not a string:
 # ruby spout.rb --connection-options {reconnect:True} q;{create:always}
 ./../lib/qpid_messaging/connection.rb:149:in `convert_options':
 undefined method `each_pair' for {reconnect:True}:String
 (NoMethodError)
 from ./../lib/qpid_messaging/connection.rb:67:in `initialize'
 from spout.rb:103:in `new'
 from spout.rb:103
 I used the following code to fix the issue, which was sufficient for
 my needs (there would be probably a better solution, I guess):
 -options[:connection_options] = conopts
 +options[:connection_options] = {}
 +conopts = conopts.gsub /^\{(.*)\}$/, '\1'
 +conopts.split(,).each do |x|
 +   key,val = x.split(':')
 +   options[:connection_options][key]= val
 Packages used:
 ruby gem: qpid_messaging-0.20.2
 also valid for examples on trunk

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4407) default implementation of SASL does not check that mechanism is correct

2013-07-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13707287#comment-13707287
 ] 

ASF subversion and git services commented on QPID-4407:
---

Commit 1502664 from [~gsim]
[ https://svn.apache.org/r1502664 ]

QPID-4407: verify mechanism used when no external SASL library is available

 default implementation of SASL does not check that mechanism is correct
 ---

 Key: QPID-4407
 URL: https://issues.apache.org/jira/browse/QPID-4407
 Project: Qpid
  Issue Type: Bug
  Components: C++ Client
Affects Versions: 0.18
Reporter: Gordon Sim
Assignee: Gordon Sim
Priority: Minor
 Fix For: Future


 i.e. when cyrus-sasl support is not built in, the mechanism will be sent as 
 taken from configuration even if that is null or something not supported by 
 the broker.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4982) qmf-gen doesn't work with Python 3

2013-07-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13707334#comment-13707334
 ] 

ASF subversion and git services commented on QPID-4982:
---

Commit 1502669 from [~shuston]
[ https://svn.apache.org/r1502669 ]

Warn that python 3.x and ruby 2.x do not work. Related to QPID-4982.

 qmf-gen doesn't work with Python 3
 --

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Any with python 3
Reporter: Steve Rothkin
Priority: Minor
 Attachments: qpid-windows-build-log.txt, screenshot-1.jpg

   Original Estimate: 48h
  Remaining Estimate: 48h

 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\boost\boost_1_54_0\stage\lib
 Path=c:\Program Files (x86)\Microsoft Visual Studio 
 

[jira] [Commented] (QPID-4967) Dispatch - Distributed routing protocol to compute paths across a network of routers

2013-07-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13707411#comment-13707411
 ] 

ASF subversion and git services commented on QPID-4967:
---

Commit 1502698 from [~tedross]
[ https://svn.apache.org/r1502698 ]

QPID-4967 - Router code advances
  o Fixed handling of SASL on outbound connections
  o Added Send and Receive message paths in and out of Python modules
  o Overhauled the route-table data structures
- Multicasting is now supported (multiple sender links with the same 
address)
- Support has been added for message-based routing semantics as well as 
link-based
  o Two Dispatch processes connected to each other will now discover each other 
as neighbors

 Dispatch - Distributed routing protocol to compute paths across a network of 
 routers
 

 Key: QPID-4967
 URL: https://issues.apache.org/jira/browse/QPID-4967
 Project: Qpid
  Issue Type: New Feature
  Components: Qpid Dispatch
Reporter: Ted Ross
Assignee: Ted Ross

 Add the route-computation function to Dispatch Router.  This control-plane 
 component discovers neighboring routers, exchanges topology information, and 
 computes the shortest paths from point to point across the topology.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-3247) DeleteQueue limit policy

2013-07-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-3247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13707705#comment-13707705
 ] 

ASF subversion and git services commented on QPID-3247:
---

Commit 1502766 from [~gsim]
[ https://svn.apache.org/r1502766 ]

QPID-3247: add policy for self-struct subscription queue

 DeleteQueue limit policy
 

 Key: QPID-3247
 URL: https://issues.apache.org/jira/browse/QPID-3247
 Project: Qpid
  Issue Type: Improvement
  Components: C++ Broker
Reporter: Gordon Sim
Assignee: Gordon Sim
 Fix For: Future


 In order to avoid slow consumers reaching their queue limit and then causing 
 producers to receive errors when further messages are rejected, it would be 
 useful to have a means of terminating the consumer.
 One way to do this is to have a limit policy that deletes the queue when the 
 limit is reached. This will prevent the producers being affected and will 
 result in the slow consumer being terminated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4983) [Java Broker] Move store implementations to broker plugins

2013-07-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13707812#comment-13707812
 ] 

ASF subversion and git services commented on QPID-4983:
---

Commit 1502835 from [~godfrer]
[ https://svn.apache.org/r1502835 ]

QPID-4983 : [Java Broker] Move store implementations to broker plugins

 [Java Broker] Move store implementations to broker plugins
 --

 Key: QPID-4983
 URL: https://issues.apache.org/jira/browse/QPID-4983
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey
Priority: Minor

 Move the java broker store implementations to separate plugins to enable 
 deployment of brokers which do not offer a particular store type if it is not 
 required / desired.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4659) [Java Broker] Refactor broker to separate protocol independent from protocol specific classes

2013-07-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13708070#comment-13708070
 ] 

ASF subversion and git services commented on QPID-4659:
---

Commit 1502993 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1502993 ]

QPID-4659 : [Java Broker] preliminary refactoring in preparation for pluggable 
protocols

 [Java Broker] Refactor broker to separate protocol independent from protocol 
 specific classes
 -

 Key: QPID-4659
 URL: https://issues.apache.org/jira/browse/QPID-4659
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 The Java Broker currently supports all versions of the AMQP protocol from 0-8 
 to 1.0, however the current structure of the code within the broker makes it 
 hard to distinguish between code which is specific to a version of the 
 protocol and code which is common across all protocols.
 By refactoring we can separate the protocol dependent and independent parts 
 and allow for the possibility of separating out the different protocol 
 implementations into independently loadable libraries.
 Fundamentally the refactoring takes the form of moving protocol specific 
 classes into org.apache.qpid.server.protocol.v{0-8,0-10,1-0} and sub-packages 
 and using the QpidClassLoader to load the protocol implementations (there are 
 three separate implementations to load - the protocol delegate creators that 
 interface to the IO code; the MessageMetaDataTypes used to (de)serialize the 
 message data to stores; and MessageConverters used to convert between message 
 formats and allow 0-8 messages to be received by 1-0 consumers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4659) [Java Broker] Refactor broker to separate protocol independent from protocol specific classes

2013-07-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13708100#comment-13708100
 ] 

ASF subversion and git services commented on QPID-4659:
---

Commit 1503024 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1503024 ]

QPID-4659 : [Java Broker] make protocol engines pluggable

 [Java Broker] Refactor broker to separate protocol independent from protocol 
 specific classes
 -

 Key: QPID-4659
 URL: https://issues.apache.org/jira/browse/QPID-4659
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 The Java Broker currently supports all versions of the AMQP protocol from 0-8 
 to 1.0, however the current structure of the code within the broker makes it 
 hard to distinguish between code which is specific to a version of the 
 protocol and code which is common across all protocols.
 By refactoring we can separate the protocol dependent and independent parts 
 and allow for the possibility of separating out the different protocol 
 implementations into independently loadable libraries.
 Fundamentally the refactoring takes the form of moving protocol specific 
 classes into org.apache.qpid.server.protocol.v{0-8,0-10,1-0} and sub-packages 
 and using the QpidClassLoader to load the protocol implementations (there are 
 three separate implementations to load - the protocol delegate creators that 
 interface to the IO code; the MessageMetaDataTypes used to (de)serialize the 
 message data to stores; and MessageConverters used to convert between message 
 formats and allow 0-8 messages to be received by 1-0 consumers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4659) [Java Broker] Refactor broker to separate protocol independent from protocol specific classes

2013-07-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13708145#comment-13708145
 ] 

ASF subversion and git services commented on QPID-4659:
---

Commit 1503076 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1503076 ]

QPID-4659 : [Java Broker] fix protocol version specific code in logging, 
subscriptions

 [Java Broker] Refactor broker to separate protocol independent from protocol 
 specific classes
 -

 Key: QPID-4659
 URL: https://issues.apache.org/jira/browse/QPID-4659
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 The Java Broker currently supports all versions of the AMQP protocol from 0-8 
 to 1.0, however the current structure of the code within the broker makes it 
 hard to distinguish between code which is specific to a version of the 
 protocol and code which is common across all protocols.
 By refactoring we can separate the protocol dependent and independent parts 
 and allow for the possibility of separating out the different protocol 
 implementations into independently loadable libraries.
 Fundamentally the refactoring takes the form of moving protocol specific 
 classes into org.apache.qpid.server.protocol.v{0-8,0-10,1-0} and sub-packages 
 and using the QpidClassLoader to load the protocol implementations (there are 
 three separate implementations to load - the protocol delegate creators that 
 interface to the IO code; the MessageMetaDataTypes used to (de)serialize the 
 message data to stores; and MessageConverters used to convert between message 
 formats and allow 0-8 messages to be received by 1-0 consumers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4659) [Java Broker] Refactor broker to separate protocol independent from protocol specific classes

2013-07-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13708405#comment-13708405
 ] 

ASF subversion and git services commented on QPID-4659:
---

Commit 1503192 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1503192 ]

QPID-4659 : [Java Broker] make message meta data pluggable for different 
protcol versions

 [Java Broker] Refactor broker to separate protocol independent from protocol 
 specific classes
 -

 Key: QPID-4659
 URL: https://issues.apache.org/jira/browse/QPID-4659
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 The Java Broker currently supports all versions of the AMQP protocol from 0-8 
 to 1.0, however the current structure of the code within the broker makes it 
 hard to distinguish between code which is specific to a version of the 
 protocol and code which is common across all protocols.
 By refactoring we can separate the protocol dependent and independent parts 
 and allow for the possibility of separating out the different protocol 
 implementations into independently loadable libraries.
 Fundamentally the refactoring takes the form of moving protocol specific 
 classes into org.apache.qpid.server.protocol.v{0-8,0-10,1-0} and sub-packages 
 and using the QpidClassLoader to load the protocol implementations (there are 
 three separate implementations to load - the protocol delegate creators that 
 interface to the IO code; the MessageMetaDataTypes used to (de)serialize the 
 message data to stores; and MessageConverters used to convert between message 
 formats and allow 0-8 messages to be received by 1-0 consumers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13708443#comment-13708443
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1503229 from [~justi9]
[ https://svn.apache.org/r1503229 ]

QPID-4990: Render the 1.0-speaking components more compactly

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13708442#comment-13708442
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1503228 from [~justi9]
[ https://svn.apache.org/r1503228 ]

QPID-4990: Add a message indicating how to preview your work

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13708460#comment-13708460
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1503241 from [~justi9]
[ https://svn.apache.org/r1503241 ]

QPID-4990: A better way to produce the test site url

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13708461#comment-13708461
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1503242 from [~justi9]
[ https://svn.apache.org/r1503242 ]

QPID-4990: Add links to the QMF chapter in the C++ book

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4987) A new website

2013-07-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13708472#comment-13708472
 ] 

ASF subversion and git services commented on QPID-4987:
---

Commit 1503254 from [~aconway] in branch 'qpid/trunk'
[ https://svn.apache.org/r1503254 ]

QPID-4987: Fix URL link to Qpid docs.

 A new website
 -

 Key: QPID-4987
 URL: https://issues.apache.org/jira/browse/QPID-4987
 Project: Qpid
  Issue Type: Improvement
  Components: Website
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4659) [Java Broker] Refactor broker to separate protocol independent from protocol specific classes

2013-07-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13708496#comment-13708496
 ] 

ASF subversion and git services commented on QPID-4659:
---

Commit 1503267 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1503267 ]

QPID-4659 : [Java Broker] make message fomat conversions pluggable for 
different protcol versions

 [Java Broker] Refactor broker to separate protocol independent from protocol 
 specific classes
 -

 Key: QPID-4659
 URL: https://issues.apache.org/jira/browse/QPID-4659
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 The Java Broker currently supports all versions of the AMQP protocol from 0-8 
 to 1.0, however the current structure of the code within the broker makes it 
 hard to distinguish between code which is specific to a version of the 
 protocol and code which is common across all protocols.
 By refactoring we can separate the protocol dependent and independent parts 
 and allow for the possibility of separating out the different protocol 
 implementations into independently loadable libraries.
 Fundamentally the refactoring takes the form of moving protocol specific 
 classes into org.apache.qpid.server.protocol.v{0-8,0-10,1-0} and sub-packages 
 and using the QpidClassLoader to load the protocol implementations (there are 
 three separate implementations to load - the protocol delegate creators that 
 interface to the IO code; the MessageMetaDataTypes used to (de)serialize the 
 message data to stores; and MessageConverters used to convert between message 
 formats and allow 0-8 messages to be received by 1-0 consumers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4659) [Java Broker] Refactor broker to separate protocol independent from protocol specific classes

2013-07-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13708508#comment-13708508
 ] 

ASF subversion and git services commented on QPID-4659:
---

Commit 1503272 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1503272 ]

QPID-4659 : [Java Broker] remove redundant code

 [Java Broker] Refactor broker to separate protocol independent from protocol 
 specific classes
 -

 Key: QPID-4659
 URL: https://issues.apache.org/jira/browse/QPID-4659
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 The Java Broker currently supports all versions of the AMQP protocol from 0-8 
 to 1.0, however the current structure of the code within the broker makes it 
 hard to distinguish between code which is specific to a version of the 
 protocol and code which is common across all protocols.
 By refactoring we can separate the protocol dependent and independent parts 
 and allow for the possibility of separating out the different protocol 
 implementations into independently loadable libraries.
 Fundamentally the refactoring takes the form of moving protocol specific 
 classes into org.apache.qpid.server.protocol.v{0-8,0-10,1-0} and sub-packages 
 and using the QpidClassLoader to load the protocol implementations (there are 
 three separate implementations to load - the protocol delegate creators that 
 interface to the IO code; the MessageMetaDataTypes used to (de)serialize the 
 message data to stores; and MessageConverters used to convert between message 
 formats and allow 0-8 messages to be received by 1-0 consumers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4659) [Java Broker] Refactor broker to separate protocol independent from protocol specific classes

2013-07-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13708551#comment-13708551
 ] 

ASF subversion and git services commented on QPID-4659:
---

Commit 1503303 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1503303 ]

QPID-4659 : [Java Broker] move amqp 1-0 implementation into a plugin

 [Java Broker] Refactor broker to separate protocol independent from protocol 
 specific classes
 -

 Key: QPID-4659
 URL: https://issues.apache.org/jira/browse/QPID-4659
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 The Java Broker currently supports all versions of the AMQP protocol from 0-8 
 to 1.0, however the current structure of the code within the broker makes it 
 hard to distinguish between code which is specific to a version of the 
 protocol and code which is common across all protocols.
 By refactoring we can separate the protocol dependent and independent parts 
 and allow for the possibility of separating out the different protocol 
 implementations into independently loadable libraries.
 Fundamentally the refactoring takes the form of moving protocol specific 
 classes into org.apache.qpid.server.protocol.v{0-8,0-10,1-0} and sub-packages 
 and using the QpidClassLoader to load the protocol implementations (there are 
 three separate implementations to load - the protocol delegate creators that 
 interface to the IO code; the MessageMetaDataTypes used to (de)serialize the 
 message data to stores; and MessageConverters used to convert between message 
 formats and allow 0-8 messages to be received by 1-0 consumers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13708592#comment-13708592
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1503321 from [~justi9]
[ https://svn.apache.org/r1503321 ]

QPID-4990: Add link to Qpid extensions to AMQP

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13708834#comment-13708834
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1503428 from [~justi9]
[ https://svn.apache.org/r1503428 ]

QPID-4990: Add another way to contribute

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13708840#comment-13708840
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1503430 from [~justi9]
[ https://svn.apache.org/r1503430 ]

QPID-4990: Update links to the releases on the wiki

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4659) [Java Broker] Refactor broker to separate protocol independent from protocol specific classes

2013-07-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13708904#comment-13708904
 ] 

ASF subversion and git services commented on QPID-4659:
---

Commit 1503446 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1503446 ]

QPID-4659 : [Java Broker] move amqp 0-10 implementation into a plugin

 [Java Broker] Refactor broker to separate protocol independent from protocol 
 specific classes
 -

 Key: QPID-4659
 URL: https://issues.apache.org/jira/browse/QPID-4659
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 The Java Broker currently supports all versions of the AMQP protocol from 0-8 
 to 1.0, however the current structure of the code within the broker makes it 
 hard to distinguish between code which is specific to a version of the 
 protocol and code which is common across all protocols.
 By refactoring we can separate the protocol dependent and independent parts 
 and allow for the possibility of separating out the different protocol 
 implementations into independently loadable libraries.
 Fundamentally the refactoring takes the form of moving protocol specific 
 classes into org.apache.qpid.server.protocol.v{0-8,0-10,1-0} and sub-packages 
 and using the QpidClassLoader to load the protocol implementations (there are 
 three separate implementations to load - the protocol delegate creators that 
 interface to the IO code; the MessageMetaDataTypes used to (de)serialize the 
 message data to stores; and MessageConverters used to convert between message 
 formats and allow 0-8 messages to be received by 1-0 consumers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13709057#comment-13709057
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1503496 from [~justi9]
[ https://svn.apache.org/r1503496 ]

QPID-4990: Link to the TLP announce mail rather than the project status 
statement from the wiki

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4659) [Java Broker] Refactor broker to separate protocol independent from protocol specific classes

2013-07-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13709177#comment-13709177
 ] 

ASF subversion and git services commented on QPID-4659:
---

Commit 1503523 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1503523 ]

QPID-4659 : [Java Broker] tidy up amqp 0-8 implementation, reduce unnecessary 
usage in tests

 [Java Broker] Refactor broker to separate protocol independent from protocol 
 specific classes
 -

 Key: QPID-4659
 URL: https://issues.apache.org/jira/browse/QPID-4659
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 The Java Broker currently supports all versions of the AMQP protocol from 0-8 
 to 1.0, however the current structure of the code within the broker makes it 
 hard to distinguish between code which is specific to a version of the 
 protocol and code which is common across all protocols.
 By refactoring we can separate the protocol dependent and independent parts 
 and allow for the possibility of separating out the different protocol 
 implementations into independently loadable libraries.
 Fundamentally the refactoring takes the form of moving protocol specific 
 classes into org.apache.qpid.server.protocol.v{0-8,0-10,1-0} and sub-packages 
 and using the QpidClassLoader to load the protocol implementations (there are 
 three separate implementations to load - the protocol delegate creators that 
 interface to the IO code; the MessageMetaDataTypes used to (de)serialize the 
 message data to stores; and MessageConverters used to convert between message 
 formats and allow 0-8 messages to be received by 1-0 consumers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4659) [Java Broker] Refactor broker to separate protocol independent from protocol specific classes

2013-07-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13709634#comment-13709634
 ] 

ASF subversion and git services commented on QPID-4659:
---

Commit 1503625 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1503625 ]

QPID-4659 : [Java Broker] reduce unnecessary usage of 0-8 classes in tests

 [Java Broker] Refactor broker to separate protocol independent from protocol 
 specific classes
 -

 Key: QPID-4659
 URL: https://issues.apache.org/jira/browse/QPID-4659
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 The Java Broker currently supports all versions of the AMQP protocol from 0-8 
 to 1.0, however the current structure of the code within the broker makes it 
 hard to distinguish between code which is specific to a version of the 
 protocol and code which is common across all protocols.
 By refactoring we can separate the protocol dependent and independent parts 
 and allow for the possibility of separating out the different protocol 
 implementations into independently loadable libraries.
 Fundamentally the refactoring takes the form of moving protocol specific 
 classes into org.apache.qpid.server.protocol.v{0-8,0-10,1-0} and sub-packages 
 and using the QpidClassLoader to load the protocol implementations (there are 
 three separate implementations to load - the protocol delegate creators that 
 interface to the IO code; the MessageMetaDataTypes used to (de)serialize the 
 message data to stores; and MessageConverters used to convert between message 
 formats and allow 0-8 messages to be received by 1-0 consumers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4659) [Java Broker] Refactor broker to separate protocol independent from protocol specific classes

2013-07-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13709665#comment-13709665
 ] 

ASF subversion and git services commented on QPID-4659:
---

Commit 1503651 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1503651 ]

QPID-4659 : [Java Broker] move amqp 0-8 implementation into a plugin

 [Java Broker] Refactor broker to separate protocol independent from protocol 
 specific classes
 -

 Key: QPID-4659
 URL: https://issues.apache.org/jira/browse/QPID-4659
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 The Java Broker currently supports all versions of the AMQP protocol from 0-8 
 to 1.0, however the current structure of the code within the broker makes it 
 hard to distinguish between code which is specific to a version of the 
 protocol and code which is common across all protocols.
 By refactoring we can separate the protocol dependent and independent parts 
 and allow for the possibility of separating out the different protocol 
 implementations into independently loadable libraries.
 Fundamentally the refactoring takes the form of moving protocol specific 
 classes into org.apache.qpid.server.protocol.v{0-8,0-10,1-0} and sub-packages 
 and using the QpidClassLoader to load the protocol implementations (there are 
 three separate implementations to load - the protocol delegate creators that 
 interface to the IO code; the MessageMetaDataTypes used to (de)serialize the 
 message data to stores; and MessageConverters used to convert between message 
 formats and allow 0-8 messages to be received by 1-0 consumers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4988) add some tests for swigged python client

2013-07-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13709666#comment-13709666
 ] 

ASF subversion and git services commented on QPID-4988:
---

Commit 1503652 from [~gsim] in branch 'qpid/trunk'
[ https://svn.apache.org/r1503652 ]

QPID-4988: Add test runs using swigged python client

 add some tests for swigged python client
 

 Key: QPID-4988
 URL: https://issues.apache.org/jira/browse/QPID-4988
 Project: Qpid
  Issue Type: Test
  Components: C++ Client, Python Test Suite
Affects Versions: 0.22
Reporter: Gordon Sim
Assignee: Gordon Sim

 also allows adding some tests in python for AMQP 1.0 behaviour

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4907) qpid-tool displays duplicate entries for objects managed by the broker.

2013-07-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13709667#comment-13709667
 ] 

ASF subversion and git services commented on QPID-4907:
---

Commit 1503653 from [~gsim] in branch 'qpid/trunk'
[ https://svn.apache.org/r1503653 ]

QPID-4907: fix unit test

 qpid-tool displays duplicate entries for objects managed by the broker.
 ---

 Key: QPID-4907
 URL: https://issues.apache.org/jira/browse/QPID-4907
 Project: Qpid
  Issue Type: Bug
  Components: C++ Broker, Python Tools, Qpid Managment Framework
Affects Versions: 0.23
Reporter: Ken Giusti
Assignee: Ken Giusti
Priority: Blocker
 Fix For: Future


 qpid-tool displays two entries for each object managed by the broker.
 Example:
 $ qpid-config add queue KEN-Q
 $ qpid-tool
 Management Tool for QPID
 qpid: list queue
 Object Summary:
 ID   Created   Destroyed  Index
 
 141  14:19:42  -  169.KEN-Q
 SNIP
 156  14:19:42  -  org.apache.qpid.broker:queue:KEN-Q
 SNIP
 qpid: 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4659) [Java Broker] Refactor broker to separate protocol independent from protocol specific classes

2013-07-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13709685#comment-13709685
 ] 

ASF subversion and git services commented on QPID-4659:
---

Commit 1503663 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1503663 ]

QPID-4659 : [Java Broker] fix bdbstore dependencies on pluggable protocols

 [Java Broker] Refactor broker to separate protocol independent from protocol 
 specific classes
 -

 Key: QPID-4659
 URL: https://issues.apache.org/jira/browse/QPID-4659
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 The Java Broker currently supports all versions of the AMQP protocol from 0-8 
 to 1.0, however the current structure of the code within the broker makes it 
 hard to distinguish between code which is specific to a version of the 
 protocol and code which is common across all protocols.
 By refactoring we can separate the protocol dependent and independent parts 
 and allow for the possibility of separating out the different protocol 
 implementations into independently loadable libraries.
 Fundamentally the refactoring takes the form of moving protocol specific 
 classes into org.apache.qpid.server.protocol.v{0-8,0-10,1-0} and sub-packages 
 and using the QpidClassLoader to load the protocol implementations (there are 
 three separate implementations to load - the protocol delegate creators that 
 interface to the IO code; the MessageMetaDataTypes used to (de)serialize the 
 message data to stores; and MessageConverters used to convert between message 
 formats and allow 0-8 messages to be received by 1-0 consumers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-355) Closing a consumer does not ensure messages delivery will stop for that subscription

2013-07-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13709738#comment-13709738
 ] 

ASF subversion and git services commented on QPID-355:
--

Commit 1503701 from [~mcpierce] in branch 'proton/trunk'
[ https://svn.apache.org/r1503701 ]

QPID-355: Fixed the broken Rspec tests.

Removed a few tracker spec tests since the expectation has changed. Also
removed the negative receive limit since that's no longer an exceptional
case.

 Closing a consumer does not ensure messages delivery will stop for that 
 subscription
 

 Key: QPID-355
 URL: https://issues.apache.org/jira/browse/QPID-355
 Project: Qpid
  Issue Type: Bug
  Components: Java Broker
Reporter: Martin Ritchie
Assignee: Martin Ritchie



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4659) [Java Broker] Refactor broker to separate protocol independent from protocol specific classes

2013-07-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13709930#comment-13709930
 ] 

ASF subversion and git services commented on QPID-4659:
---

Commit 1503798 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1503798 ]

QPID-4659 : [Java Broker] fix pom generation

 [Java Broker] Refactor broker to separate protocol independent from protocol 
 specific classes
 -

 Key: QPID-4659
 URL: https://issues.apache.org/jira/browse/QPID-4659
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 The Java Broker currently supports all versions of the AMQP protocol from 0-8 
 to 1.0, however the current structure of the code within the broker makes it 
 hard to distinguish between code which is specific to a version of the 
 protocol and code which is common across all protocols.
 By refactoring we can separate the protocol dependent and independent parts 
 and allow for the possibility of separating out the different protocol 
 implementations into independently loadable libraries.
 Fundamentally the refactoring takes the form of moving protocol specific 
 classes into org.apache.qpid.server.protocol.v{0-8,0-10,1-0} and sub-packages 
 and using the QpidClassLoader to load the protocol implementations (there are 
 three separate implementations to load - the protocol delegate creators that 
 interface to the IO code; the MessageMetaDataTypes used to (de)serialize the 
 message data to stores; and MessageConverters used to convert between message 
 formats and allow 0-8 messages to be received by 1-0 consumers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13709955#comment-13709955
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1503800 from [~justi9]
[ https://svn.apache.org/r1503800 ]

QPID-4990: Add list-resource links for notifications

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4988) add some tests for swigged python client

2013-07-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13710829#comment-13710829
 ] 

ASF subversion and git services commented on QPID-4988:
---

Commit 1504036 from [~gsim] in branch 'qpid/trunk'
[ https://svn.apache.org/r1504036 ]

QPID-4988: add test script introduced in last commit to EXTRA_DIST

 add some tests for swigged python client
 

 Key: QPID-4988
 URL: https://issues.apache.org/jira/browse/QPID-4988
 Project: Qpid
  Issue Type: Test
  Components: C++ Client, Python Test Suite
Affects Versions: 0.22
Reporter: Gordon Sim
Assignee: Gordon Sim

 also allows adding some tests in python for AMQP 1.0 behaviour

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4993) Reroute messages expunged from ring queue to alternate-exchange of queue if specified

2013-07-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13710884#comment-13710884
 ] 

ASF subversion and git services commented on QPID-4993:
---

Commit 1504058 from [~gsim] in branch 'qpid/trunk'
[ https://svn.apache.org/r1504058 ]

QPID-4993: reroute dropped messages in ring queue if alternate exchange is 
specified

 Reroute messages expunged from ring queue to alternate-exchange of queue if 
 specified
 -

 Key: QPID-4993
 URL: https://issues.apache.org/jira/browse/QPID-4993
 Project: Qpid
  Issue Type: Improvement
  Components: C++ Broker
Reporter: Gordon Sim
Assignee: Gordon Sim
Priority: Minor
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4988) add some tests for swigged python client

2013-07-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13710917#comment-13710917
 ] 

ASF subversion and git services commented on QPID-4988:
---

Commit 1504065 from [~gsim] in branch 'qpid/trunk'
[ https://svn.apache.org/r1504065 ]

QPID-4988: fix test script for case where AMQP 1.0 support is not built

 add some tests for swigged python client
 

 Key: QPID-4988
 URL: https://issues.apache.org/jira/browse/QPID-4988
 Project: Qpid
  Issue Type: Test
  Components: C++ Client, Python Test Suite
Affects Versions: 0.22
Reporter: Gordon Sim
Assignee: Gordon Sim

 also allows adding some tests in python for AMQP 1.0 behaviour

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4994) [Java Client] Remove redundant binding URL options for subscription name and client id

2013-07-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13711219#comment-13711219
 ] 

ASF subversion and git services commented on QPID-4994:
---

Commit 1504185 from oru...@apache.org in branch 'qpid/trunk'
[ https://svn.apache.org/r1504185 ]

QPID-4994: Remove redundant binding URL options for subscription name and 
client id

 [Java Client] Remove redundant binding URL options for subscription name and 
 client id
 --

 Key: QPID-4994
 URL: https://issues.apache.org/jira/browse/QPID-4994
 Project: Qpid
  Issue Type: Bug
  Components: Java Client
Affects Versions: 0.6, 0.8, 0.10, 0.12, 0.14, 0.16, 0.18, 0.20, 0.22
Reporter: Alex Rudyy
Assignee: Alex Rudyy

 Binding URL options for subscription name and client ID (subscription and 
 clientid respectively) are not currently used by the JMS client. Instead 
 the durable subscription destination is generated with 
 org.apache.qpid.client.AMQTopic.createDurableTopic(Topic, String, 
 AMQConnection). More over, the BindingURLParser mistreats the queue binding 
 URLs to the topic exchanges and sets the queue name to null if it is 
 non-durable or throws URISyntaxException if it is durable.
 BindingURLParser should not change any binding URL setting and parsing 
 results should correspond to the binding URL settings specified by the user

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4995) [Java Client] The queue name should be generated on the client side if it is not specified in the binding URL.

2013-07-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13711220#comment-13711220
 ] 

ASF subversion and git services commented on QPID-4995:
---

Commit 1504186 from oru...@apache.org in branch 'qpid/trunk'
[ https://svn.apache.org/r1504186 ]

QPID-4995: Generate queue name on a client if it is not provided in binding URL

 [Java Client] The queue name should be generated on the client side if it is 
 not specified in the binding URL.
 --

 Key: QPID-4995
 URL: https://issues.apache.org/jira/browse/QPID-4995
 Project: Qpid
  Issue Type: Bug
  Components: Java Client
Affects Versions: 0.6, 0.8, 0.10, 0.14, 0.16, 0.18, 0.20, 0.22
Reporter: Alex Rudyy
Assignee: Alex Rudyy

 For JMS queue destinations created as 
 session.createQueue(topic://amq.topic/?routingkey='testTopic') the queue 
 name is generated on the broker side on 0.8/0.9.x path and empty string is 
 used as a queue name on 0.10 path. The both client paths should behave in the 
 same way and the queue name should be generated on a client side if it is not 
 provided in binding URL.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4996) [Java Broker] Restrict queue re-binding on 0.8/0-9.x path to the topic exchanges only

2013-07-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13711221#comment-13711221
 ] 

ASF subversion and git services commented on QPID-4996:
---

Commit 1504187 from oru...@apache.org in branch 'qpid/trunk'
[ https://svn.apache.org/r1504187 ]

QPID-4996: Restrict queue rebinding on 0.8/0-9.x path to the topic exchanges 
only

 [Java Broker] Restrict queue re-binding on 0.8/0-9.x path to the topic 
 exchanges only
 -

 Key: QPID-4996
 URL: https://issues.apache.org/jira/browse/QPID-4996
 Project: Qpid
  Issue Type: Bug
  Components: Java Broker
Affects Versions: 0.23
Reporter: Alex Rudyy
Assignee: Alex Rudyy

 The recent changes introduced in QPID-4897 ( [Java Broker] Allow selectors on 
 bindings from non-topic exchanges) might cause the re-binding of queues with 
 older Qpid JMS clients (on consumer creation in cases when selectors are 
 used). In order to fix this behaviour and still keep the backward 
 compatibility only topic exchanges should allow queue re-bind

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5001) Dispatch - A web page on the site for the Dispatch Router component

2013-07-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13711629#comment-13711629
 ] 

ASF subversion and git services commented on QPID-5001:
---

Commit 1504278 from [~tedross]
[ https://svn.apache.org/r1504278 ]

QPID-5001 - Initial drop of the Dispatch Router web page.

 Dispatch - A web page on the site for the Dispatch Router component
 ---

 Key: QPID-5001
 URL: https://issues.apache.org/jira/browse/QPID-5001
 Project: Qpid
  Issue Type: Bug
  Components: Qpid Dispatch, Website
Reporter: Ted Ross
Assignee: Ted Ross

 This issue will track updates to the new Dispatch Router web page.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4998) [Java Broker] Add ability to set durability, sync policy on creation of HA Virtual Host through Web Management

2013-07-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13711647#comment-13711647
 ] 

ASF subversion and git services commented on QPID-4998:
---

Commit 1504285 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1504285 ]

QPID-4998 : [Java Broker] Add ability to set durability, sync policy on 
creation of HA Virtual Host through Web Management

 [Java Broker] Add ability to set durability, sync policy on creation of HA 
 Virtual Host through Web Management
 --

 Key: QPID-4998
 URL: https://issues.apache.org/jira/browse/QPID-4998
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 Currently only the mandatory attributes such as node name are settable 
 through the web management tool.  This should be expanded to allow setting of 
 durability, sync policy, designated primary and (ideally) generic replication 
 config

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4983) [Java Broker] Move store implementations to broker plugins

2013-07-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13711666#comment-13711666
 ] 

ASF subversion and git services commented on QPID-4983:
---

Commit 1504289 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1504289 ]

QPID-4983 : [Java Broker] Move store implementations to broker plugins

 [Java Broker] Move store implementations to broker plugins
 --

 Key: QPID-4983
 URL: https://issues.apache.org/jira/browse/QPID-4983
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Rob Godfrey
Assignee: Rob Godfrey
Priority: Minor
 Fix For: 0.23


 Move the java broker store implementations to separate plugins to enable 
 deployment of brokers which do not offer a particular store type if it is not 
 required / desired.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4961) 0.24 release tasks

2013-07-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13711924#comment-13711924
 ] 

ASF subversion and git services commented on QPID-4961:
---

Commit 1504343 from [~justi9] in branch 'qpid/trunk'
[ https://svn.apache.org/r1504343 ]

QPID-4961: Change trunk version to 0.25

 0.24 release tasks
 --

 Key: QPID-4961
 URL: https://issues.apache.org/jira/browse/QPID-4961
 Project: Qpid
  Issue Type: Task
  Components: Packaging, Website
Affects Versions: 0.23
Reporter: Justin Ross
Assignee: Justin Ross



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4961) 0.24 release tasks

2013-07-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13711940#comment-13711940
 ] 

ASF subversion and git services commented on QPID-4961:
---

Commit 1504344 from [~justi9] in branch 'qpid/branches/0'
[ https://svn.apache.org/r1504344 ]

QPID-4961: Change branch version to 0.24

 0.24 release tasks
 --

 Key: QPID-4961
 URL: https://issues.apache.org/jira/browse/QPID-4961
 Project: Qpid
  Issue Type: Task
  Components: Packaging, Website
Affects Versions: 0.23
Reporter: Justin Ross
Assignee: Justin Ross



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712204#comment-13712204
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1504421 from [~justi9]
[ https://svn.apache.org/r1504421 ]

QPID-4990: Disable 'code friendly' rendering because it prevents underscores 
from marking emphasis; style blockquotes as we do code blocks

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712209#comment-13712209
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1504425 from [~justi9]
[ https://svn.apache.org/r1504425 ]

QPID-4990: Remove test content

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4961) 0.24 release tasks

2013-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712220#comment-13712220
 ] 

ASF subversion and git services commented on QPID-4961:
---

Commit 1504427 from oru...@apache.org in branch 'qpid/trunk'
[ https://svn.apache.org/r1504427 ]

QPID-4961: Change project.version.maven to 0.26

 0.24 release tasks
 --

 Key: QPID-4961
 URL: https://issues.apache.org/jira/browse/QPID-4961
 Project: Qpid
  Issue Type: Task
  Components: Packaging, Website
Affects Versions: 0.23
Reporter: Justin Ross
Assignee: Justin Ross



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4999) [Java Broker] Strip selector arguments from persistent bindings to non-topic exchanges created by buggy old clients

2013-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1371#comment-1371
 ] 

ASF subversion and git services commented on QPID-4999:
---

Commit 1504429 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1504429 ]

QPID-4999 : [Java Broker] Strip selector arguments from persistent bindings to 
non-topic exchanges created by buggy old clients

 [Java Broker] Strip selector arguments from persistent bindings to non-topic 
 exchanges created by buggy old clients
 ---

 Key: QPID-4999
 URL: https://issues.apache.org/jira/browse/QPID-4999
 Project: Qpid
  Issue Type: Bug
  Components: Java Broker
Reporter: Rob Godfrey

 With the addition of the ability to add selectors to queue bindings, we need 
 to remove any arguments on bindings that were caused by the buggy behaviour 
 of the JMS client.  Previously such arguments would have been ignored, but 
 upon upgrading the queue would now receive fewer messages than expected as 
 the selector would take effect).
 This stripping of bindings should take effect when the store is first 
 upgraded.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5001) Dispatch - A web page on the site for the Dispatch Router component

2013-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712245#comment-13712245
 ] 

ASF subversion and git services commented on QPID-5001:
---

Commit 1504439 from [~justi9]
[ https://svn.apache.org/r1504439 ]

QPID-5001: Update dispatch content for style conventions and small 
punctuation-level issues; add an initial style guide

 Dispatch - A web page on the site for the Dispatch Router component
 ---

 Key: QPID-5001
 URL: https://issues.apache.org/jira/browse/QPID-5001
 Project: Qpid
  Issue Type: Bug
  Components: Qpid Dispatch, Website
Reporter: Ted Ross
Assignee: Ted Ross

 This issue will track updates to the new Dispatch Router web page.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712252#comment-13712252
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1504442 from [~justi9]
[ https://svn.apache.org/r1504442 ]

QPID-4990: Nest sub lists a little deeper

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5001) Dispatch - A web page on the site for the Dispatch Router component

2013-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712257#comment-13712257
 ] 

ASF subversion and git services commented on QPID-5001:
---

Commit 1504446 from [~justi9]
[ https://svn.apache.org/r1504446 ]

QPID-5001: Add dispatch to the documentation index

 Dispatch - A web page on the site for the Dispatch Router component
 ---

 Key: QPID-5001
 URL: https://issues.apache.org/jira/browse/QPID-5001
 Project: Qpid
  Issue Type: Bug
  Components: Qpid Dispatch, Website
Reporter: Ted Ross
Assignee: Ted Ross

 This issue will track updates to the new Dispatch Router web page.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4999) [Java Broker] Strip selector arguments from persistent bindings to non-topic exchanges created by buggy old clients

2013-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712275#comment-13712275
 ] 

ASF subversion and git services commented on QPID-4999:
---

Commit 1504451 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1504451 ]

QPID-4999 : [Java Broker] Strip selector arguments from persistent bindings to 
non-topic exchanges created by buggy old clients

 [Java Broker] Strip selector arguments from persistent bindings to non-topic 
 exchanges created by buggy old clients
 ---

 Key: QPID-4999
 URL: https://issues.apache.org/jira/browse/QPID-4999
 Project: Qpid
  Issue Type: Bug
  Components: Java Broker
Reporter: Rob Godfrey

 With the addition of the ability to add selectors to queue bindings, we need 
 to remove any arguments on bindings that were caused by the buggy behaviour 
 of the JMS client.  Previously such arguments would have been ignored, but 
 upon upgrading the queue would now receive fewer messages than expected as 
 the selector would take effect).
 This stripping of bindings should take effect when the store is first 
 upgraded.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5003) set expiration time on durable subscription queues

2013-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712721#comment-13712721
 ] 

ASF subversion and git services commented on QPID-5003:
---

Commit 1504622 from [~gsim] in branch 'qpid/trunk'
[ https://svn.apache.org/r1504622 ]

QPID-5003: set finite lifetime by default for durable subscription queues that 
are not currently in use

 set expiration time on durable subscription queues
 --

 Key: QPID-5003
 URL: https://issues.apache.org/jira/browse/QPID-5003
 Project: Qpid
  Issue Type: Improvement
  Components: C++ Client
Affects Versions: 0.23
Reporter: Gordon Sim
Assignee: Gordon Sim
 Fix For: Future


 To help avoid stale/abandoned durable subscriptions staying around forever. 
 Needs to be possible to turn this off, but having it on by default is 
 probably the safest.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5002) durable link should not create autodelete subscription queue by default

2013-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712720#comment-13712720
 ] 

ASF subversion and git services commented on QPID-5002:
---

Commit 1504621 from [~gsim] in branch 'qpid/trunk'
[ https://svn.apache.org/r1504621 ]

QPID-5002: durable links are reliable by default; autodelete subscription queue 
specified only if neither durable nor reliable

 durable link should not create autodelete subscription queue by default
 ---

 Key: QPID-5002
 URL: https://issues.apache.org/jira/browse/QPID-5002
 Project: Qpid
  Issue Type: Bug
  Components: C++ Client
Affects Versions: 0.23
Reporter: Gordon Sim
Assignee: Gordon Sim
 Fix For: Future


 If you specify a link to be durable, by default the queue for the 0-10 path 
 will be declared as autodelete (unless you also specify the link to be 
 reliable).
 This isn't really meeting expectations, since restarting the broker will 
 cause the queue to be deleted.
 If reliability is not specified and the link is durable, reliable should be 
 implied. The subscription queue should only be autodelete if the link is 
 neither reliable nor durable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5001) Dispatch - A web page on the site for the Dispatch Router component

2013-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712786#comment-13712786
 ] 

ASF subversion and git services commented on QPID-5001:
---

Commit 1504641 from [~tedross] in branch 'qpid/trunk'
[ https://svn.apache.org/r1504641 ]

QPID-5001 - Removed old site directory

 Dispatch - A web page on the site for the Dispatch Router component
 ---

 Key: QPID-5001
 URL: https://issues.apache.org/jira/browse/QPID-5001
 Project: Qpid
  Issue Type: Bug
  Components: Qpid Dispatch, Website
Reporter: Ted Ross
Assignee: Ted Ross

 This issue will track updates to the new Dispatch Router web page.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5001) Dispatch - A web page on the site for the Dispatch Router component

2013-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713526#comment-13713526
 ] 

ASF subversion and git services commented on QPID-5001:
---

Commit 1504815 from [~justi9]
[ https://svn.apache.org/r1504815 ]

QPID-5001: Copy edits to the dispatch content

 Dispatch - A web page on the site for the Dispatch Router component
 ---

 Key: QPID-5001
 URL: https://issues.apache.org/jira/browse/QPID-5001
 Project: Qpid
  Issue Type: Bug
  Components: Qpid Dispatch, Website
Reporter: Ted Ross
Assignee: Ted Ross

 This issue will track updates to the new Dispatch Router web page.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713537#comment-13713537
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1504821 from [~justi9]
[ https://svn.apache.org/r1504821 ]

QPID-4990: Add more info about markdown

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713554#comment-13713554
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1504826 from [~justi9]
[ https://svn.apache.org/r1504826 ]

QPID-4990: Add links to the site source code

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5005) Java Broker Plugin API has changed to need overridden getType() method in instances of PluginFactory

2013-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713565#comment-13713565
 ] 

ASF subversion and git services commented on QPID-5005:
---

Commit 1504839 from [~fadams] in branch 'qpid/trunk'
[ https://svn.apache.org/r1504839 ]

JIRA: QPID-5005 The Java Broker Plugin API has changed to need overridden 
getType() method in instances of PluginFactory. This commit adds getType() to 
QmfManagementFactory.java

 Java Broker Plugin API has changed to need overridden getType() method in 
 instances of PluginFactory
 

 Key: QPID-5005
 URL: https://issues.apache.org/jira/browse/QPID-5005
 Project: Qpid
  Issue Type: Improvement
  Components: Java Tools
Reporter: Fraser Adams
Priority: Critical
 Fix For: 0.24


 The Java Broker Plugin API has changed to need overridden getType() method in 
 instances of PluginFactory.
 This change caused the QMF2 plugin for the Java broker in 
 /qpid/tools/src/java to break. The following patch fixes it.
 --- 
 qpid/tools/src/java/src/qpid-broker-plugins-management-qmf2/java/org/apache/qpid/server/qmf2/QmfManagementFactory.java
 (revision 1504825)
 +++ 
 qpid/tools/src/java/src/qpid-broker-plugins-management-qmf2/java/org/apache/qpid/server/qmf2/QmfManagementFactory.java
 (working copy)
 @@ -76,4 +76,10 @@
  return null;
  }
  }
 +
 +@Override
 +public String getType()
 +{
 +return QMF2 Management;
 +}
  }
 I'll commit the fix to trunk, but I'm guessing that the Java broker changes 
 that caused this to happen might mean that it's broken on the 0.24 release 
 branch too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713570#comment-13713570
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1504841 from [~justi9]
[ https://svn.apache.org/r1504841 ]

QPID-4990: Update the in-development releases

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5008) Add Session.java class to 0.24 branch and merge QPID-5005 fix from trunk to 0.24

2013-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713837#comment-13713837
 ] 

ASF subversion and git services commented on QPID-5008:
---

Commit 1504940 from [~fadams] in branch 'qpid/branches/0'
[ https://svn.apache.org/r1504940 ]

JIRA: QPID-5008 Add Session.java class to 0.24 branch and merge QPID-5005 fix 
from trunk to 0.24

 Add Session.java class to 0.24 branch and merge QPID-5005 fix from trunk to 
 0.24
 

 Key: QPID-5008
 URL: https://issues.apache.org/jira/browse/QPID-5008
 Project: Qpid
  Issue Type: Improvement
Reporter: Fraser Adams
Priority: Critical
 Fix For: 0.24


 QPID-5005 describes a patch needed to fix the QMF Java broker plugin due to a 
 change to the plugin API. When testing om 0.24 this revealed that I'd 
 forgotten to add the Session.java class to source control so it was missing 
 from trunk and from 0.24.
 This Jira is to request both of these changes for inclusion on 0.24 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5005) Java Broker Plugin API has changed to need overridden getType() method in instances of PluginFactory

2013-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713838#comment-13713838
 ] 

ASF subversion and git services commented on QPID-5005:
---

Commit 1504940 from [~fadams] in branch 'qpid/branches/0'
[ https://svn.apache.org/r1504940 ]

JIRA: QPID-5008 Add Session.java class to 0.24 branch and merge QPID-5005 fix 
from trunk to 0.24

 Java Broker Plugin API has changed to need overridden getType() method in 
 instances of PluginFactory
 

 Key: QPID-5005
 URL: https://issues.apache.org/jira/browse/QPID-5005
 Project: Qpid
  Issue Type: Improvement
  Components: Java Tools
Reporter: Fraser Adams
Priority: Critical
 Fix For: 0.24


 The Java Broker Plugin API has changed to need overridden getType() method in 
 instances of PluginFactory.
 This change caused the QMF2 plugin for the Java broker in 
 /qpid/tools/src/java to break. The following patch fixes it.
 --- 
 qpid/tools/src/java/src/qpid-broker-plugins-management-qmf2/java/org/apache/qpid/server/qmf2/QmfManagementFactory.java
 (revision 1504825)
 +++ 
 qpid/tools/src/java/src/qpid-broker-plugins-management-qmf2/java/org/apache/qpid/server/qmf2/QmfManagementFactory.java
 (working copy)
 @@ -76,4 +76,10 @@
  return null;
  }
  }
 +
 +@Override
 +public String getType()
 +{
 +return QMF2 Management;
 +}
  }
 I'll commit the fix to trunk, but I'm guessing that the Java broker changes 
 that caused this to happen might mean that it's broken on the 0.24 release 
 branch too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5009) [Java Broker] Update broker store to revision 7

2013-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13714107#comment-13714107
 ] 

ASF subversion and git services commented on QPID-5009:
---

Commit 1505029 from [~godfrer] in branch 'qpid/trunk'
[ https://svn.apache.org/r1505029 ]

QPID-5009 : Update broker store to revision 7

 [Java Broker] Update broker store to revision 7
 ---

 Key: QPID-5009
 URL: https://issues.apache.org/jira/browse/QPID-5009
 Project: Qpid
  Issue Type: Improvement
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 To reflect the addition of the config version table, update the revision 
 number for the database version in all persistent store implementations.
 Ensure store upgrades fail if encountering a database version newer than the 
 one the code is expecting

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13714681#comment-13714681
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1505331 from [~justi9]
[ https://svn.apache.org/r1505331 ]

QPID-4990: Repair the wiki search feature

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13714688#comment-13714688
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1505356 from [~justi9]
[ https://svn.apache.org/r1505356 ]

QPID-4990: Revamp developer central

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5009) [Java Broker] Update broker store to revision 7

2013-07-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715670#comment-13715670
 ] 

ASF subversion and git services commented on QPID-5009:
---

Commit 1505821 from [~godfrer] in branch 'qpid/branches/0'
[ https://svn.apache.org/r1505821 ]

QPID-5009 : merged to 0.24 branch (1505029)

 [Java Broker] Update broker store to revision 7
 ---

 Key: QPID-5009
 URL: https://issues.apache.org/jira/browse/QPID-5009
 Project: Qpid
  Issue Type: Improvement
Reporter: Rob Godfrey
Assignee: Rob Godfrey

 To reflect the addition of the config version table, update the revision 
 number for the database version in all persistent store implementations.
 Ensure store upgrades fail if encountering a database version newer than the 
 one the code is expecting

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5011) C++ Broker ACL allows one connection when user quota is zero

2013-07-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13715690#comment-13715690
 ] 

ASF subversion and git services commented on QPID-5011:
---

Commit 1505823 from c...@apache.org in branch 'qpid/trunk'
[ https://svn.apache.org/r1505823 ]

QPID-5011: C++ Broker ACL allows one connection when user quota is zero
Compute limit-check result even for first connection.

 C++ Broker ACL allows one connection when user quota is zero
 

 Key: QPID-5011
 URL: https://issues.apache.org/jira/browse/QPID-5011
 Project: Qpid
  Issue Type: Bug
  Components: C++ Broker
Affects Versions: 0.22
Reporter: Chuck Rolke
Assignee: Chuck Rolke

 If an ACL file has a rule like
 {noformat}
 quota connections 0 user@QPID
 {noformat}
 then the user is still allowed one connection.
 This feature was tested in a self test but the self test did not detect that 
 the feature was broken. See QPID-5010.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13716284#comment-13716284
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1505961 from [~justi9]
[ https://svn.apache.org/r1505961 ]

QPID-4990: Expanded features and issues content for component pages

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13716301#comment-13716301
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1505966 from [~justi9]
[ https://svn.apache.org/r1505966 ]

QPID-4990: Shorten the link to the proton wiki pages

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4990) Website improvements for the 0.24 timeframe

2013-07-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13716305#comment-13716305
 ] 

ASF subversion and git services commented on QPID-4990:
---

Commit 1505967 from [~justi9]
[ https://svn.apache.org/r1505967 ]

QPID-4990: Move dispatch router to a directory name that leaves room for other 
dispatch components

 Website improvements for the 0.24 timeframe
 ---

 Key: QPID-4990
 URL: https://issues.apache.org/jira/browse/QPID-4990
 Project: Qpid
  Issue Type: Task
  Components: Website
Affects Versions: 0.22
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: 0.23




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4837) JDBC store should use connection pooler

2013-07-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13716334#comment-13716334
 ] 

ASF subversion and git services commented on QPID-4837:
---

Commit 1506001 from [~gemmellr] in branch 'qpid/trunk'
[ https://svn.apache.org/r1506001 ]

QPID-4837: add git ignore for bonecp lib dir

 JDBC store should use connection pooler
 ---

 Key: QPID-4837
 URL: https://issues.apache.org/jira/browse/QPID-4837
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Affects Versions: Future
Reporter: Michal Zerola
Priority: Minor
 Fix For: 0.23

 Attachments: qpid_jdbc_pooler.patch


 This JIRA discusses the possible improvement of the JDBC store as a follow-up 
 of the QPID-4763 issue. Since revision 1470549 the Java Qpid Broker can work 
 with JDBC compliant database store.
 However, our tests of the JDBC store (MySQL database was used as the backend) 
 showed that under the heavier load from the client (sending couple of 1000 
 persistence messages) the broker looses connection to the database. Closer 
 examination revealed that it was caused by the exceeded number of incoming 
 connections from the broker to the database server for which the server was 
 configured. The JDBC store was initiating the new connection many times, 
 instead of reusing already established one.
 We have extended the Java Broker for JDBC connection pool management using 
 the BoneCP library.
 http://jolbox.com/
 This library manages the connections returned by the underlying JDBC driver, 
 so available connections are reused by the broker.
 Plugging the connection pooling library is quite straight-forward as you can 
 see from the attached patch. With the connection pooler the JDBC store works 
 flawlessly (tested with MySQL) in our testing configuration.
 If using the above library would not be applicable because of some reason, 
 does it make sense to implement the connection pooling management directly 
 into the broker?
 Thank you,
 Michal

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5012) [Java Broker] ] update optional BDB store to use version 5.0.84 of BDB JE

2013-07-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13716361#comment-13716361
 ] 

ASF subversion and git services commented on QPID-5012:
---

Commit 1506016 from [~k-wall] in branch 'qpid/trunk'
[ https://svn.apache.org/r1506016 ]

QPID-5012: update optional BDB store to use version 5.0.84 of BDB JE

 [Java Broker] ] update optional BDB store to use version 5.0.84 of BDB JE 
 --

 Key: QPID-5012
 URL: https://issues.apache.org/jira/browse/QPID-5012
 Project: Qpid
  Issue Type: Improvement
  Components: Java Broker
Reporter: Keith Wall
Assignee: Keith Wall
 Fix For: 0.25


 A newer release of BDB JE is available, 5.0.84. We should update the 
 dependency for the optional BDB store to use this. The release contains a 
 number of defect fixes that appear to have the potential to impact users of 
 the Java Broker.  This is a drop in replacement and requires no code changes.
 http://download.oracle.com/otndocs/products/berkeleydb/html/je/je-5.0.84_changelog.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



<    1   2   3   4   5   6   7   8   9   10   >