Re: single broker and multiple remote system

2013-07-29 Thread Jaroslaw Cwiklik
Could you clarify "... for processing I want to use different systems resources". JC On Mon, Jul 29, 2013 at 2:05 AM, reshu.agarwal wrote: > Hi, > > My main problem is to use single broker for message transport but for > processing I want to use different systems resources. > > like you(JC)

Re: single broker and multiple remote system

2013-07-28 Thread reshu.agarwal
Hi, My main problem is to use single broker for message transport but for processing I want to use different systems resources. like you(JC) said,"If I understand your scenario, you only need one broker.Services can be deployed an different machines and point to the same queue (endpoint) and

Re: single broker and multiple remote system

2013-07-26 Thread Jaroslaw Cwiklik
Do you want to share your code across nodes? If so, use Network File System (NFS) JC On Fri, Jul 26, 2013 at 12:02 AM, reshu.agarwal wrote: > > Yes JC, you are rightly understand my scenario and I also want to put my > code on only one machine. But how can I implement that? > > -- > Reshu Agarw

Re: single broker and multiple remote system

2013-07-25 Thread reshu.agarwal
Yes JC, you are rightly understand my scenario and I also want to put my code on only one machine. But how can I implement that? -- Reshu Agarwal On 07/25/2013 08:02 PM, Jaroslaw Cwiklik wrote: If I understand your scenario, you only need one broker.Services can be deployed an different ma

Re: single broker and multiple remote system

2013-07-25 Thread Jaroslaw Cwiklik
If I understand your scenario, you only need one broker.Services can be deployed an different machines and point to the same queue (endpoint) and broker (brokerURL) defined in the deployment descriptor. JC On Thu, Jul 25, 2013 at 7:49 AM, reshu.agarwal wrote: > > Hi, > > I want to consume the m

single broker and multiple remote system

2013-07-25 Thread reshu.agarwal
Hi, I want to consume the memory of more then 1 machines but start the broker service only on 1 machine. Is this possible to start system-1 broker and deploy 5 remote services from system-1 machine on 5 different machine{system-2,system-3, ,system-6} which create queues to system-1 brok