[jira] [Updated] (QPID-3737) Patch to make qpid-stat -L option work

2012-01-10 Thread Paul Colby (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Colby updated QPID-3737: - Attachment: qpid-stat.diff incredibly simply patch to make -L work. Patch to make

[jira] [Created] (QPID-3738) Non-intuitive qpid-stat -L / --limit option application

2012-01-10 Thread Paul Colby (Created) (JIRA)
Non-intuitive qpid-stat -L / --limit option application --- Key: QPID-3738 URL: https://issues.apache.org/jira/browse/QPID-3738 Project: Qpid Issue Type: Improvement Components:

[jira] [Created] (QPID-3739) Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreCertType have misleading names and would be better called qpid.ssl.keyManagerFactory.algorithm

2012-01-10 Thread Keith Wall (Created) (JIRA)
Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreCertType have misleading names and would be better called qpid.ssl.keyManagerFactory.algorithm

[jira] [Created] (QPID-3740) add the client version string to the connection establishment logging

2012-01-10 Thread Robbie Gemmell (Created) (JIRA)
add the client version string to the connection establishment logging - Key: QPID-3740 URL: https://issues.apache.org/jira/browse/QPID-3740 Project: Qpid Issue Type:

MRG + Java JMS Expiration

2012-01-10 Thread eugene
Hello, So again the lack of good examples with qpid is killing me. Can anyone help with this one? I sent a simple message to the a Qpid/MRG queue and add the JMS Expiration Header: messageProducer.send(message, DeliveryMode.NON_PERSISTENT, 1, 1); OR message.setJMSExpiration(1); OR

Re: MRG + Java JMS Expiration

2012-01-10 Thread Gordon Sim
On 01/10/2012 12:31 PM, eugene wrote: Hello, So again the lack of good examples with qpid is killing me. Can anyone help with this one? I sent a simple message to the a Qpid/MRG queue and add the JMS Expiration Header: messageProducer.send(message, DeliveryMode.NON_PERSISTENT, 1, 1); OR

Re: MRG + Java JMS Expiration

2012-01-10 Thread eugene
aha! So it seems that is works indeed, but the qpid-tool (list queue, then show queueID) and cumin also (it probably uses the same thing under the hood) reports that there are still messages there, when in fact they have been removed. Here is a sample of what I do: Properties properties = new

Re: MRG + Java JMS Expiration

2012-01-10 Thread Gordon Sim
On 01/10/2012 12:31 PM, eugene wrote: messageProducer.send(message, DeliveryMode.NON_PERSISTENT, 1, 1); OR message.setJMSExpiration(1); From section 3.4.11 of the JMS specification, 'How Message Header Values Are Set', it looks like the 'correct' way in JMS is the first of these,

[jira] [Assigned] (QPID-3737) Patch to make qpid-stat -L option work

2012-01-10 Thread Ted Ross (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Ross reassigned QPID-3737: -- Assignee: Ted Ross Patch to make qpid-stat -L option work --

Re: MRG + Java JMS Expiration

2012-01-10 Thread Robbie Gemmell
I was literally going to send the same email when i started reading the thread. The way to set thigns like TTL, priority, deliveryMode is on the MessageProducer either via the setters or the send methods. The setters on the message are not for application use prior to sending and will be overriden

Re: MRG + Java JMS Expiration

2012-01-10 Thread Rajith Attapattu
Robbie, you beat me to it :) Rajith On Tue, Jan 10, 2012 at 9:09 AM, Robbie Gemmell robbie.gemm...@gmail.com wrote: I was literally going to send the same email when i started reading the thread. The way to set thigns like TTL, priority, deliveryMode is on the MessageProducer either via the

[jira] [Resolved] (QPID-3737) Patch to make qpid-stat -L option work

2012-01-10 Thread Ted Ross (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Ross resolved QPID-3737. Resolution: Fixed Fix Version/s: 0.15 Patch to make qpid-stat -L option work

[jira] [Commented] (QPID-3717) [Java Broker] Implement Producer Side Flow Control for 0-10

2012-01-10 Thread Robbie Gemmell (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13183334#comment-13183334 ] Robbie Gemmell commented on QPID-3717: -- The general blocking/unblocking via the queues

[jira] [Created] (QPID-3741) Fixed the test Rake target: it now calls the Rspec tests

2012-01-10 Thread Darryl L. Pierce (Created) (JIRA)
Fixed the test Rake target: it now calls the Rspec tests Key: QPID-3741 URL: https://issues.apache.org/jira/browse/QPID-3741 Project: Qpid Issue Type: Bug Components: Ruby

[jira] [Updated] (QPID-3717) [Java Broker] Implement Producer Side Flow Control for 0-10

2012-01-10 Thread Rob Godfrey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Godfrey updated QPID-3717: -- Attachment: QPID-3717-fix.patch Good spot - should have added the amount in the flow to

[jira] [Created] (QPID-3743) [Java Broker] Null pointer exception causing broker to abruptly terminate

2012-01-10 Thread Rob Godfrey (Created) (JIRA)
[Java Broker] Null pointer exception causing broker to abruptly terminate - Key: QPID-3743 URL: https://issues.apache.org/jira/browse/QPID-3743 Project: Qpid Issue

Re: MRG + Java JMS Expiration

2012-01-10 Thread eugene
Thx so much! Cheers, Eugene. -- View this message in context: http://apache-qpid-developers.2158895.n2.nabble.com/MRG-Java-JMS-Expiration-tp7171854p7173062.html Sent from the Apache Qpid developers mailing list archive at Nabble.com.

[jira] [Assigned] (QPID-3693) Implement ConnectionConsumer for ASF integration

2012-01-10 Thread Weston M. Price (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weston M. Price reassigned QPID-3693: - Assignee: Weston M. Price Implement ConnectionConsumer for ASF integration

[jira] [Created] (QPID-3744) Address strings must be prefixed with BURL: in examples for older JMS client syntax

2012-01-10 Thread Weston M. Price (Created) (JIRA)
Address strings must be prefixed with BURL: in examples for older JMS client syntax --- Key: QPID-3744 URL: https://issues.apache.org/jira/browse/QPID-3744 Project: Qpid

[jira] [Updated] (QPID-3744) Address strings must be prefixed with BURL: in examples for older JMS client syntax

2012-01-10 Thread Weston M. Price (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weston M. Price updated QPID-3744: -- Attachment: QPID-3744.patch Patch to fix BURL: string in JCA examples.

[jira] [Updated] (QPID-3744) Address strings must be prefixed with BURL: in examples for older JMS client syntax

2012-01-10 Thread Weston M. Price (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weston M. Price updated QPID-3744: -- Attachment: (was: QPID-3744.patch) Address strings must be prefixed with BURL: in

[jira] [Updated] (QPID-3744) Address strings must be prefixed with BURL: in examples for older JMS client syntax

2012-01-10 Thread Weston M. Price (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weston M. Price updated QPID-3744: -- Attachment: QPID-3744.patch Missed license inclusion with the first patch. Fixes BURL: issue

[jira] [Resolved] (QPID-3731) QpidRAMessage incorrectly calls getSession to determine if underlying JMS session has been closed.

2012-01-10 Thread Weston M. Price (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weston M. Price resolved QPID-3731. --- Resolution: Fixed Addressed with attached patch. QpidRAMessage incorrectly

[jira] [Resolved] (QPID-3705) Thread Deadlock in QpidActivation

2012-01-10 Thread Weston M. Price (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weston M. Price resolved QPID-3705. --- Resolution: Fixed Addressed with attached patch. Fixes deadlock in QpidActivation.

[jira] [Resolved] (QPID-3733) QpidRAManagedConnection setup() method is incorrect for non-XA transaction state as well as username/password

2012-01-10 Thread Weston M. Price (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weston M. Price resolved QPID-3733. --- Resolution: Fixed Fixed with attached patch. Tested in EAP/Geronimo environments.

[jira] [Resolved] (QPID-3700) Qpid JCA Adapter incorrectly throws JMSException when calling commit on a closed connection, should be IllegalStateException

2012-01-10 Thread Weston M. Price (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weston M. Price resolved QPID-3700. --- Resolution: Fixed Addressed with patch. Fixes TCK issue and incorrect exception.

[jira] [Created] (QPID-3745) Improve JCA Documentation

2012-01-10 Thread Weston M. Price (Created) (JIRA)
Improve JCA Documentation -- Key: QPID-3745 URL: https://issues.apache.org/jira/browse/QPID-3745 Project: Qpid Issue Type: Improvement Environment: All OS platforms, all JEE supported platforms.

[jira] [Created] (QPID-3746) Improve JCA Examples

2012-01-10 Thread Weston M. Price (Created) (JIRA)
Improve JCA Examples Key: QPID-3746 URL: https://issues.apache.org/jira/browse/QPID-3746 Project: Qpid Issue Type: Improvement Environment: All OS platforms, all JEE supported platforms. Reporter:

[jira] [Updated] (QPID-3745) Improve JCA Documentation

2012-01-10 Thread Weston M. Price (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weston M. Price updated QPID-3745: -- Component/s: JCA Improve JCA Documentation --

[jira] [Updated] (QPID-3746) Improve JCA Examples

2012-01-10 Thread Weston M. Price (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weston M. Price updated QPID-3746: -- Component/s: JCA Improve JCA Examples Key:

[jira] [Resolved] (QPID-3735) QpidActivation.start() should not use the JCA WorkManager API control due to JNDI/Classloading issues

2012-01-10 Thread Weston M. Price (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weston M. Price resolved QPID-3735. --- Resolution: Fixed Fixed with attachment. Now we start our own thread to fix JNDI/Classloading

[jira] [Closed] (QPID-3699) AMQConnection should provide getter for _connected variable

2012-01-10 Thread Weston M. Price (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weston M. Price closed QPID-3699. - Resolution: Not A Problem Assignee: Weston M. Price After looking at the code, there was a