Re: [Dev] [AS] [MB] Complexities in integrating AS with MB as JMS Transport is enabled for all the deployed services

2013-06-20 Thread Srinath Perera
Hi Shammi, I thought we fixed the dynamic queue case by doing a explicit call from the client to create the queue. Need to get this fixed in this release. --Srinath On Thu, Jun 20, 2013 at 10:38 AM, Ishara Premadasa ish...@wso2.com wrote: Hi Shammi, Thanks for this information. As the App

Re: [Dev] [AS] [MB] Complexities in integrating AS with MB as JMS Transport is enabled for all the deployed services

2013-06-20 Thread Shammi Jayasinghe
Hi Srinath, As i pointed out in the issue [1] i have fixed it as discussed and committed to svn. Here there problem is , The fix will be available with AS 5.1.1 and if we are using the released version , we ll have to use a patched jms transport library. Thanks Shammi

[Dev] [AS] [MB] Complexities in integrating AS with MB as JMS Transport is enabled for all the deployed services

2013-06-19 Thread Ishara Premadasa
Hi, I am trying to integrate MB 2.1.0 with AS 5.1.0 in order to enable a sample service deployed in App Server to be subscribed and receive messages from a queue/topic registered in MB [1]. However when doing this there are practical limitations in this scenario which makes it not useful to

Re: [Dev] [AS] [MB] Complexities in integrating AS with MB as JMS Transport is enabled for all the deployed services

2013-06-19 Thread Shammi Jayasinghe
Hi Ishara, Yes, We are unable to support dynamic queues with AMQP 0-91 version. Because of that problem we have solved this issue in a different way.[1]. If you get the latest JMS transport library in to the App Server, it should fix the problem of defining queue name in the jndi.properties file

Re: [Dev] [AS] [MB] Complexities in integrating AS with MB as JMS Transport is enabled for all the deployed services

2013-06-19 Thread Ishara Premadasa
Hi Shammi, Thanks for this information. As the App Server 5.1.1 which comes with newly changed JMS transport library is not released yet, i patched the axis2-transport-jms_1.1.0.wso2v7 into AS 5.1.0 and now the integrations works fine. However sample REST, JS services etc. still needs to be