Re: Null Pointer exception in Qpid Java CLient 0.24

2013-10-07 Thread k.madnani84
Even using the above format throws me the exception: Destination Created: 'topic:'/'/amq.topic'; None java.lang.NullPointerException Therefore i tried to use queue and to my surprise i could see the queue got created in RabbitMQ broker but its not binded to the RabbitMQ Exchange 'amq.direct' and m

[jira] [Commented] (QPID-5213) Dispatch - Add a CLI tool to display manageable data in Dispatch

2013-10-07 Thread Ted Ross (JIRA)
[ https://issues.apache.org/jira/browse/QPID-5213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13788593#comment-13788593 ] Ted Ross commented on QPID-5213: Note that this tool does not yet _do the right thing_ with

[jira] [Commented] (QPID-5213) Dispatch - Add a CLI tool to display manageable data in Dispatch

2013-10-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-5213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13788590#comment-13788590 ] ASF subversion and git services commented on QPID-5213: --- Commit 15300

[jira] [Created] (QPID-5213) Dispatch - Add a CLI tool to display manageable data in Dispatch

2013-10-07 Thread Ted Ross (JIRA)
Ted Ross created QPID-5213: -- Summary: Dispatch - Add a CLI tool to display manageable data in Dispatch Key: QPID-5213 URL: https://issues.apache.org/jira/browse/QPID-5213 Project: Qpid Issue Type:

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

2013-10-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13788420#comment-13788420 ] ASF subversion and git services commented on QPID-4984: --- Commit 15300

[jira] [Commented] (QPID-5212) Dispatch - Add management access to data in the router module

2013-10-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-5212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13788378#comment-13788378 ] ASF subversion and git services commented on QPID-5212: --- Commit 15300

[jira] [Created] (QPID-5212) Dispatch - Add management access to data in the router module

2013-10-07 Thread Ted Ross (JIRA)
Ted Ross created QPID-5212: -- Summary: Dispatch - Add management access to data in the router module Key: QPID-5212 URL: https://issues.apache.org/jira/browse/QPID-5212 Project: Qpid Issue Type: New

Re: Review Request 14361: QPID-5197: Remove obsolete --cluster-durable/persistLastNode options

2013-10-07 Thread Fraser Adams
On 07/10/13 14:30, Alan Conway wrote: Hi Fraser, It's always a bit of a juggling act isn't it? Yeah isn't it just :-) My thinking was that since the feature is now gone on the broker, it is confusing to keep it in the tools. However you have a point about new tools against old brokers. Yeah

Re: Null Pointer exception in Qpid Java CLient 0.24

2013-10-07 Thread Rajith Attapattu
Yes the older versions (pre 0-10) only works with Binding URL format. Rajith On Mon, Oct 7, 2013 at 1:35 PM, Gordon Sim wrote: > On 10/07/2013 05:51 PM, k.madnani84 wrote: > >> Hi, >> >> I am trying to use Qpid Java client 0.24 with RabbitMQ 3.1.5.I am getting >> a >> null pointer exception an

[jira] [Commented] (QPID-5204) qpid.subject is an invalid JMS property identifier

2013-10-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-5204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13788329#comment-13788329 ] ASF subversion and git services commented on QPID-5204: --- Commit 15300

Re: Null Pointer exception in Qpid Java CLient 0.24

2013-10-07 Thread Gordon Sim
On 10/07/2013 05:51 PM, k.madnani84 wrote: Hi, I am trying to use Qpid Java client 0.24 with RabbitMQ 3.1.5.I am getting a null pointer exception and i understand its because exchangeName is getting generated as null when i debug.But whats the reason? Is there something i need to mention extra i

[jira] [Commented] (QPID-5204) qpid.subject is an invalid JMS property identifier

2013-10-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-5204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13788312#comment-13788312 ] ASF subversion and git services commented on QPID-5204: --- Commit 15300

Re: Null Pointer exception in Qpid Java CLient 0.24

2013-10-07 Thread k.madnani84
Adding a print statement for Destination as well.Here is the stack trace: Destination Created: 'amq.topic'/None; None java.lang.NullPointerException at org.apache.qpid.client.BasicMessageProducer_0_8.declareDestination(BasicMessageProducer_0_8.java:61) at org.apache.qpid.client.Bas

Re: Null Pointer exception in Qpid Java CLient 0.24

2013-10-07 Thread Gordon Sim
On 10/07/2013 05:51 PM, k.madnani84 wrote: I am trying to use Qpid Java client 0.24 with RabbitMQ 3.1.5.I am getting a null pointer exception and i understand its because exchangeName is getting generated as null when i debug.But whats the reason? Do you have the backtrace of the exception? -

Null Pointer exception in Qpid Java CLient 0.24

2013-10-07 Thread k.madnani84
Hi, I am trying to use Qpid Java client 0.24 with RabbitMQ 3.1.5.I am getting a null pointer exception and i understand its because exchangeName is getting generated as null when i debug.But whats the reason? Is there something i need to mention extra in case of RabbitMQ.My properties file is as s

[jira] [Commented] (QPID-5202) [Java Broker] Improve exchange documentation in java broker docbook

2013-10-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-5202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13788184#comment-13788184 ] ASF subversion and git services commented on QPID-5202: --- Commit 15298

[jira] [Updated] (QPID-5037) [Java Broker- Web Management Console] Move log viewer into a separate tab and add abilities to download logs and filter log entries in the logs table

2013-10-07 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-5037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated QPID-5037: - Assignee: Alex Rudyy (was: Robbie Gemmell) Status: Open (was: Ready To Review) Looks good

Re: Review Request 14361: QPID-5197: Remove obsolete --cluster-durable/persistLastNode options

2013-10-07 Thread Gordon Sim
On 10/07/2013 02:30 PM, Alan Conway wrote: My thinking was that since the feature is now gone on the broker, it is confusing to keep it in the tools. I tend to agree, especially in this particular case. However you have a point about new tools against old brokers. Do you think we should keep

Re: Review Request 14361: QPID-5197: Remove obsolete --cluster-durable/persistLastNode options

2013-10-07 Thread Alan Conway
Hi Fraser, It's always a bit of a juggling act isn't it? My thinking was that since the feature is now gone on the broker, it is confusing to keep it in the tools. However you have a point about new tools against old brokers. Do you think we should keep the old features in the tools and put

[jira] [Commented] (QPID-5190) Client consistently locks up in both producer.send and connection.close if broker fails at the right moment

2013-10-07 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-5190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13788104#comment-13788104 ] Robbie Gemmell commented on QPID-5190: -- Before I forget about it again... Is the swit

[jira] [Commented] (QPIDJMS-7) Add support for providing SSL Parameters in the JMS AMQP 1.0 client

2013-10-07 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13788094#comment-13788094 ] Robbie Gemmell commented on QPIDJMS-7: -- Hi, Issues for the Qpid 0.x java clients shou

[jira] [Created] (QPID-5211) Broker logs spurious "No valid transition from state CLOSED to state CLOSING" on shutdown

2013-10-07 Thread Keith Wall (JIRA)
Keith Wall created QPID-5211: Summary: Broker logs spurious "No valid transition from state CLOSED to state CLOSING" on shutdown Key: QPID-5211 URL: https://issues.apache.org/jira/browse/QPID-5211 Project

[jira] [Updated] (QPIDJMS-7) add support for providing SSL configuration other than the JVM default

2013-10-07 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated QPIDJMS-7: - Summary: add support for providing SSL configuration other than the JVM default (was: Add support

[jira] [Created] (QPID-5210) [AMQP 1.0 JMS client] add support for providing SSL configuration other than the JVM default

2013-10-07 Thread Robbie Gemmell (JIRA)
Robbie Gemmell created QPID-5210: Summary: [AMQP 1.0 JMS client] add support for providing SSL configuration other than the JVM default Key: QPID-5210 URL: https://issues.apache.org/jira/browse/QPID-5210

[jira] [Commented] (QPID-5138) [Java Broker] Implement web management console preferences

2013-10-07 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-5138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13788077#comment-13788077 ] Keith Wall commented on QPID-5138: -- Hi Alex I have only two further comments: 1. In Lis

[jira] [Created] (QPIDJMS-7) Add support for providing SSL Parameters in the JMS AMQP 1.0 client

2013-10-07 Thread mrich (JIRA)
mrich created QPIDJMS-7: --- Summary: Add support for providing SSL Parameters in the JMS AMQP 1.0 client Key: QPIDJMS-7 URL: https://issues.apache.org/jira/browse/QPIDJMS-7 Project: Qpid JMS Issue Type:

Re: Review Request 14361: QPID-5197: Remove obsolete --cluster-durable/persistLastNode options

2013-10-07 Thread Gordon Sim
On 10/05/2013 11:37 AM, Fraser Adams wrote: One very minor thing struck me the other evening after I'd thought about this change - it's not all that uncommon for people to be running systems that may contain a "mixed economy" of broker versions. It's clearly not a huge deal as the versions of th

[jira] [Created] (QPID-5209) Ensure documentation reflects switch to cmake

2013-10-07 Thread Gordon Sim (JIRA)
Gordon Sim created QPID-5209: Summary: Ensure documentation reflects switch to cmake Key: QPID-5209 URL: https://issues.apache.org/jira/browse/QPID-5209 Project: Qpid Issue Type: Bug Co

[jira] [Created] (QPID-5208) Improve documentation for enabling persistence

2013-10-07 Thread Gordon Sim (JIRA)
Gordon Sim created QPID-5208: Summary: Improve documentation for enabling persistence Key: QPID-5208 URL: https://issues.apache.org/jira/browse/QPID-5208 Project: Qpid Issue Type: Bug C

[jira] [Commented] (QPID-5207) [Java Broker] use the Dojo release binary for the management-http plugin build instead of extracting the war

2013-10-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-5207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13787972#comment-13787972 ] ASF subversion and git services commented on QPID-5207: --- Commit 15297