[phpsoa] Re: about JMS Binding

2007-09-10 Thread simonslaws
On 10 Sep, 15:04, Jack Zai <[EMAIL PROTECTED]> wrote: > Hi Simon > > i've fixed the tests, and made a new patch against FULMER with all of > the changes. > > Thanks > > Jack > > On 31 Aug, 10:01, [EMAIL PROTECTED] wrote: > > > On 25 Jul, 17:02, Jack Zai <[EMAIL PROTECTED]> wrote: > > > > Hi Simo

[phpsoa] Re: about JMS Binding

2007-09-04 Thread Jack Zai
On 4 Sep, 00:15, Caroline Maynard <[EMAIL PROTECTED]> wrote: > simonslaws-gM/[EMAIL PROTECTED] wrote: > > Before I go and do that I need to ask the question about whether we > > want to make SAM a mandatory dependency. > > I don't think we can let SAM be a mandatory dependency. The tests should

[phpsoa] Re: about JMS Binding

2007-09-03 Thread Caroline Maynard
simonslaws-gM/[EMAIL PROTECTED] wrote: > Before I go and do that I need to ask the question about whether we > want to make SAM a mandatory dependency. I don't think we can let SAM be a mandatory dependency. The tests should simply be skipped if SAM is unavailable. --~--~-~--~

[phpsoa] Re: about JMS Binding

2007-08-31 Thread simonslaws
On 25 Jul, 17:02, Jack Zai <[EMAIL PROTECTED]> wrote: > Hi Simon, > > I checked out the code from EIDER branch, and made some changes. > Also I wrote some test cases for the message binding. > > I've just uploaded a patch file patch.txt, which includes the changes > and test cases. > > Thanks >

[phpsoa] Re: about JMS Binding

2007-07-25 Thread Jack Zai
Hi Simon, I checked out the code from EIDER branch, and made some changes. Also I wrote some test cases for the message binding. I've just uploaded a patch file patch.txt, which includes the changes and test cases. Thanks Jack On Jul 24, 9:33 am, [EMAIL PROTECTED] wrote: > On 9 Jul, 14:57, Ja

[phpsoa] Re: about JMS Binding

2007-07-24 Thread simonslaws
On 9 Jul, 14:57, Jack Zai <[EMAIL PROTECTED]> wrote: > My binding is not only a proxy to a JMS service, but also for exposing > a RPC-style message service. For example, assume we have a SCA file > MyService.php with soap binding. We can replace the annotation > @binding.soap with @binding.ms pl

[phpsoa] Re: about JMS Binding

2007-07-09 Thread Jack Zai
My binding is not only a proxy to a JMS service, but also for exposing a RPC-style message service. For example, assume we have a SCA file MyService.php with soap binding. We can replace the annotation @binding.soap with @binding.ms plus some config information about the target queue. Now, if we

[phpsoa] Re: about JMS Binding

2007-07-06 Thread Caroline Maynard
Jack Zai wrote: > Unlike any of other bindings, where an http server is used for > listening to the ports, for the ms binding, a service is started from > a console (e.g. > php myservice.php). Once the service is started, it > will keep trying to get message from the queue, and it can be > termin

[phpsoa] Re: about JMS Binding

2007-07-06 Thread simonslaws
...snip On 6 Jul, 16:31, Jack Zai <[EMAIL PROTECTED]> wrote: > I've uploaded my code as an archive file - ms.zip. > > Jack > Thanks Jack, I see it. I'll take a look. Simon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[phpsoa] Re: about JMS Binding

2007-07-06 Thread Jack Zai
I've uploaded my code as an archive file - ms.zip. Jack On Jul 6, 1:45 pm, [EMAIL PROTECTED] wrote: > On 6 Jul, 13:28, Jack Zai <[EMAIL PROTECTED]> wrote: > > > > > > > Unlike any of other bindings, where an http server is used for > > listening to the ports, for the ms binding, a service is st

[phpsoa] Re: about JMS Binding

2007-07-06 Thread simonslaws
On 6 Jul, 13:28, Jack Zai <[EMAIL PROTECTED]> wrote: > Unlike any of other bindings, where an http server is used for > listening to the ports, for the ms binding, a service is started from > a console (e.g. > php myservice.php). Once the service is started, it > will keep trying to get message

[phpsoa] Re: about JMS Binding

2007-07-06 Thread Jack Zai
Unlike any of other bindings, where an http server is used for listening to the ports, for the ms binding, a service is started from a console (e.g. > php myservice.php). Once the service is started, it will keep trying to get message from the queue, and it can be terminated by pressing + . "Rep

[phpsoa] Re: about JMS Binding

2007-07-06 Thread simonslaws
On 6 Jul, 00:11, cem <[EMAIL PROTECTED]> wrote: > On Jul 5, 6:41 pm, "Simon Laws" <[EMAIL PROTECTED]> wrote: > > > If you have we could transfer it via the files section of the group but I > > notice that it's set at the moment so that only managers can upload files. > > > We could do that via e

[phpsoa] Re: about JMS Binding

2007-07-05 Thread cem
On Jul 5, 6:41 pm, "Simon Laws" <[EMAIL PROTECTED]> wrote: > If you have we could transfer it via the files section of the group but I > notice that it's set at the moment so that only managers can upload files. > > We could do that via email and have one of the maintainers patch the code > into

[phpsoa] Re: about JMS Binding

2007-07-05 Thread Simon Laws
On 7/5/07, Jack Zai <[EMAIL PROTECTED]> wrote: > > > Hi, > > I am developing a JMS binding and would like to discuss some of the > work i've done. basically, a message service listens to a queue at > some JMS message provider e.g. ActiveMQ or IBM Websphere MQ. And a > client or a reference can invo