Re: Message going in topic with the use of "session.createQueue(name)"

2018-06-13 Thread Timothy Bish
On 06/13/2018 04:20 PM, akabhishek1 wrote: Hi Tim, Thanks a lot for your quick reply and clarification. Log file is correct. Please take a look on below link and find again "test-send". http://qpid.2158936.n2.nabble.com/file/t396358/QPid_Send_Topic_Logs.txt

Re: Message going in topic with the use of "session.createQueue(name)"

2018-06-13 Thread akabhishek1
Hi Tim, Thanks a lot for your quick reply and clarification. Log file is correct, please take a look again on below link and find "test-send". You can see the details. http://qpid.2158936.n2.nabble.com/file/t396358/QPid_Send_Topic_Logs.txt Regards, Abhishek Kumar -- Sent from:

Re: Message going in topic with the use of "session.createQueue(name)"

2018-06-13 Thread akabhishek1
Hi Tim, Thanks a lot for your quick reply and clarification. Log file is correct. Please take a look on below link and find again "test-send". http://qpid.2158936.n2.nabble.com/file/t396358/QPid_Send_Topic_Logs.txt

Re: Message going in topic with the use of "session.createQueue(name)"

2018-06-13 Thread Timothy Bish
On 06/13/2018 02:54 PM, akabhishek1 wrote: HI Tim, Thanks a lot for your reply. Yes correct i am using "qpid-jms-client" to connect azure service bus. Please find attached "QPid_Send_Topic_Logs.txt" log file and test class "TestQpidSend.java". *Steps To Reproduce* 1. Create topic "test-topic"

Re: Message going in topic with the use of "session.createQueue(name)"

2018-06-13 Thread akabhishek1
HI Tim, Thanks a lot for your reply. Yes correct i am using "qpid-jms-client" to connect azure service bus. Please find attached "QPid_Send_Topic_Logs.txt" log file and test class "TestQpidSend.java". *Steps To Reproduce* 1. Create topic "test-topic" in service bus. 2. Run as java application

Re: Message going in topic with the use of "session.createQueue(name)"

2018-06-13 Thread Timothy Bish
On 06/13/2018 10:51 AM, Abhishek Kumar wrote: Hi Team, *Test Scenario*: We are having an issue. I have created Destination dest = session.createQueue("test-resource"); *Behaviour:* Message should go to "queue", and if "queue" is not available then *throw exception*. Is this correct outcome?

Message going in topic with the use of "session.createQueue(name)"

2018-06-13 Thread Abhishek Kumar
Hi Team, *Test Scenario*: We are having an issue. I have created Destination dest = session.createQueue("test-resource"); *Behaviour:* Message should go to "queue", and if "queue" is not available then *throw exception*. Is this correct outcome? *What we experience:* "test-resource" named topic

Re: [VOTE] Release Apache Qpid Broker-J 7.0.5 RC2

2018-06-13 Thread Robbie Gemmell
On 12 June 2018 at 11:49, Oleksandr Rudyy wrote: > Hi all, > > I created an RC2 built for a Qpid Broker-J 7.0.5 release. > Please give it a test out and vote accordingly. > > The source and binary bundles can be found at > https://dist.apache.org/repos/dist/dev/qpid/broker-j/7.0.5-rc2 > > The

Re: [VOTE] Release Apache Qpid Broker-J 7.0.5 RC2

2018-06-13 Thread Rob Godfrey
+1 Verified checksums Built from source bundle Ran bdb AMQP1.0 and mms AMQP 0-9-1 test profiles (using Qpid JMS 0.33) Ran simple send/receive examples against the broker and used the console UI -- Rob On Wed, 13 Jun 2018 at 09:42, Keith W wrote: > +1. > > My testing was: > > 1) Verified the

Re: [VOTE] Release Apache Qpid Broker-J 7.0.5 RC2

2018-06-13 Thread Keith W
+1. My testing was: 1) Verified the md5/sha checksums on all distribution artefacts 2) Verified signatures on all the distribution artefacts 3) Ran apache RAT 4) Built/ran test profiles: mms/AMQP1.0, bdb/AMQP0-91, dby/AMQP0-10 from source bundle (using Qpid JMS Client 0.33.0) 5) Generally kicked