Re: UIMA-AS and RabbitMQ

2015-12-21 Thread Jaroslaw Cwiklik
Hi, the UIMA-AS currently works with ActiveMQ only. Perhaps we should take
a look at refactoring UIMA-AS to make it possible to use a different JMS
provider. So far there was no demand for this.
Jerry


On Mon, Dec 21, 2015 at 12:26 PM, Sylvain Surcin 
wrote:

> Hi,
>
> Is it possible to configure UIMA-AS to use another AMQP rather than
> ActiveMQ, let's say RabbitMQ for instance?
>
> Thanks and season's greetings.
> Sylvain
>


Re: UIMA-AS and RabbitMQ

2015-12-21 Thread Sylvain Surcin
That would be great!
No special feature of RabbitMQ that I'm aware of except that I'm trying to
integrate with a pre-existing distributed processing architecture built on
top of it. I was just trying to avoid duplicating MOM layers.
Have a nice day,
Sylvain

2015-12-21 20:37 GMT+01:00 Jaroslaw Cwiklik :

> No promises but will think about it. What special features in Rabbit MQ do
> you rely on? Any reason why AMQ is not adequate for your needs? Just
> curious.
> Thanks
> Jerry
>
> On Mon, Dec 21, 2015 at 2:07 PM, Sylvain Surcin 
> wrote:
>
> > Well, if by chance you happen to make that possible, I would be very
> > interested.
> > Sylvain
> >
> > 2015-12-21 19:55 GMT+01:00 Jaroslaw Cwiklik :
> >
> > > Hi, the UIMA-AS currently works with ActiveMQ only. Perhaps we should
> > take
> > > a look at refactoring UIMA-AS to make it possible to use a different
> JMS
> > > provider. So far there was no demand for this.
> > > Jerry
> > >
> > >
> > > On Mon, Dec 21, 2015 at 12:26 PM, Sylvain Surcin <
> > sylvain.sur...@gmail.com
> > > >
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > Is it possible to configure UIMA-AS to use another AMQP rather than
> > > > ActiveMQ, let's say RabbitMQ for instance?
> > > >
> > > > Thanks and season's greetings.
> > > > Sylvain
> > > >
> > >
> >
>


Re: UIMA-AS and RabbitMQ

2015-12-21 Thread Sylvain Surcin
Well, if by chance you happen to make that possible, I would be very
interested.
Sylvain

2015-12-21 19:55 GMT+01:00 Jaroslaw Cwiklik :

> Hi, the UIMA-AS currently works with ActiveMQ only. Perhaps we should take
> a look at refactoring UIMA-AS to make it possible to use a different JMS
> provider. So far there was no demand for this.
> Jerry
>
>
> On Mon, Dec 21, 2015 at 12:26 PM, Sylvain Surcin  >
> wrote:
>
> > Hi,
> >
> > Is it possible to configure UIMA-AS to use another AMQP rather than
> > ActiveMQ, let's say RabbitMQ for instance?
> >
> > Thanks and season's greetings.
> > Sylvain
> >
>


Re: UIMA-AS and RabbitMQ

2015-12-21 Thread Jaroslaw Cwiklik
No promises but will think about it. What special features in Rabbit MQ do
you rely on? Any reason why AMQ is not adequate for your needs? Just
curious.
Thanks
Jerry

On Mon, Dec 21, 2015 at 2:07 PM, Sylvain Surcin 
wrote:

> Well, if by chance you happen to make that possible, I would be very
> interested.
> Sylvain
>
> 2015-12-21 19:55 GMT+01:00 Jaroslaw Cwiklik :
>
> > Hi, the UIMA-AS currently works with ActiveMQ only. Perhaps we should
> take
> > a look at refactoring UIMA-AS to make it possible to use a different JMS
> > provider. So far there was no demand for this.
> > Jerry
> >
> >
> > On Mon, Dec 21, 2015 at 12:26 PM, Sylvain Surcin <
> sylvain.sur...@gmail.com
> > >
> > wrote:
> >
> > > Hi,
> > >
> > > Is it possible to configure UIMA-AS to use another AMQP rather than
> > > ActiveMQ, let's say RabbitMQ for instance?
> > >
> > > Thanks and season's greetings.
> > > Sylvain
> > >
> >
>


Re: UIMA-DUCC installation with multiple machines

2015-12-21 Thread Sylvain Surcin
Hi Eddie,

Indeed, it works much better this way! :-)

Thanks,
Sylvain

2015-11-30 12:32 GMT+01:00 Eddie Epstein :

> Hi,
>
> Did you confirm that user ducc@ducc-head can do passwordless ssh to
> ducc-node-1?  If so, running ./check_ducc from the admin folder should give
> some useful feedback about ducc-node-1.
>
> Eddie
>
> On Mon, Nov 30, 2015 at 5:14 AM, Sylvain Surcin 
> wrote:
>
> > Hello,
> >
> > Despite experimenting for a few weeks and reading the Ducc 2.0 doc book
> > again and again, I am still unable to make it run on a test cluster of 2
> > machines.
> >
> > I have 2 VMs (ducc-head and ducc-node-1) with a NFS share for /home/ducc
> > and my $DUCC_HOME is /home/ducc/ducc_runtime.
> >
> > I generated and copied ssh keys so that my main user on ducc-head can do
> a
> > passwordless ssh to ducc@ducc-head (that's what I understood from the
> doc,
> > if not, can you be more specific, with Linux commands?).
> >
> > I compiled ducc_runtime on ducc-head and copied it on both machines in
> > /local/ducc/bin with all the appropriate chown and chmod as stated in the
> > doc, for both machines. I also edited site.ducc.properties accordingly.
> >
> > When I launch start_ducc (as ducc on ducc-head) I see both machines on
> the
> > Web monitor but only ducc-head is up, while ducc-node-1 always stays
> > "defined". Of course, when I submit the test job, it is executed on
> > ducc-head, never on ducc-node-1.
> >
> > What am I missing?
> > I have been stuck here for weeks. Please can you help me?
> >
> > Regards.
> >
>


UIMA-AS and RabbitMQ

2015-12-21 Thread Sylvain Surcin
Hi,

Is it possible to configure UIMA-AS to use another AMQP rather than
ActiveMQ, let's say RabbitMQ for instance?

Thanks and season's greetings.
Sylvain