Re: TransportConnection.createVMBroker(): what to use now in junit?

2013-03-05 Thread Oleksandr Rudyy
Hi, VM transport has been removed from the broker. In unit tests you can start broker like following: String qpidHome = System.getProperty(user.dir); String qpidWork = System.getProperty(java.io.tmpdir) + /qpid/work; String configPath = qpidHome + /qpid-config.xml; int port = getFreePort();

[jira] [Commented] (QPID-4617) getJMSReplyTo does not return null for when ReplyTo property is empty

2013-03-05 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13593347#comment-13593347 ] Robbie Gemmell commented on QPID-4617: -- This seems like a good final check to make to

[jira] [Commented] (QPID-4617) getJMSReplyTo does not return null for when ReplyTo property is empty

2013-03-05 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13593509#comment-13593509 ] Rajith Attapattu commented on QPID-4617: Robbie, The underlying issue is that when

[jira] [Commented] (QPID-4617) getJMSReplyTo does not return null for when ReplyTo property is empty

2013-03-05 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13593575#comment-13593575 ] Robbie Gemmell commented on QPID-4617: -- Ok great. I guess we also need to clear the

[jira] [Created] (QPID-4629) Improve validation of received amqp 0-10 frames

2013-03-05 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created QPID-4629: - Summary: Improve validation of received amqp 0-10 frames Key: QPID-4629 URL: https://issues.apache.org/jira/browse/QPID-4629 Project: Qpid Issue Type: Bug

[jira] [Commented] (QPID-4629) Improve validation of received amqp 0-10 frames

2013-03-05 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13593986#comment-13593986 ] Andrew Stitcher commented on QPID-4629: --- This has been checked into trunk r1453031

[jira] [Resolved] (QPID-4629) Improve validation of received amqp 0-10 frames

2013-03-05 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved QPID-4629. --- Resolution: Fixed Fix Version/s: 0.21 Improve validation of received amqp 0-10

[jira] [Commented] (QPID-4617) getJMSReplyTo does not return null for when ReplyTo property is empty

2013-03-05 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13593998#comment-13593998 ] Rajith Attapattu commented on QPID-4617: Added a fix to clear the replyTo field if

[jira] [Closed] (QPID-3636) getJMSReplyTo does not return null for null ReplyTo property

2013-03-05 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu closed QPID-3636. -- Resolution: Fixed Pavel's patch as well as a fix for the root cause has been applied at