How to improve speed of connecting to ActiveMQ HTTP transport

2019-01-14 Thread Kristof Neirynck
I have an Apache ActiveMQ broker with a HTTP transportConnector. I try to connect java consumers to it. After about 250 consumers the time to establish a connection increases linearly. Cpu and memory usage remains low, so I don't understand what is going wrong. The slow parts are createConnectio

[Osgi] Using bundle ActiveMQ-http 5.15.0 in Equinox

2017-09-13 Thread sparsick
Hello Mailinglist, I try to integrate ActiveMQ HTTP in my OSGi application based on Equinox. But I get the failure that bundle "org.apache.activemq.activemq-core 0.0.0" is missing. But I can't find an activemq-core bundle for the version 5.15.0 . Last released version for a

Re: ActiveMQ http how do you protect the admin site?

2010-09-10 Thread Stan Lewis
on port 80 as long as there isnt > another server on port 80 correct? Will it work in conjunction with Apache > on port 80? Is there some configuration to do that? > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMQ-http-how-do-you-protect

ActiveMQ http how do you protect the admin site?

2010-09-10 Thread ChicagoBob123
80 correct? Will it work in conjunction with Apache on port 80? Is there some configuration to do that? -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-http-how-do-you-protect-the-admin-site-tp2534720p2534720.html Sent from the ActiveMQ - User mailing list archive

Re: ActiveMQ HTTP

2010-01-28 Thread Dejan Bosanac
g.apache.commons.httpclient.HttpMethod >at java.net.URLClassLoader$1.run(URLClassLoader.java:200) >at java.security.AccessController.doPrivileged(Native Method) >at java.net.URLClassLoader.findClass(URLClassLoader.java:188) >at java.lang.ClassLoader.loadClass(Cla

Re: ActiveMQ - HTTP - Remoting

2009-10-29 Thread roman hawk
) >>> >>> deployed on server OSGI (1) >>> >>> 2) Bundle B >>> >>> from(ActiveMq:queueOut). >>> .to() // Service replying to the request >>> .to(ActiveMq:queueIn) >>> >>> deployed in server OSGI (2) >>> >

Re: ActiveMQ - HTTP - Remoting

2009-10-29 Thread Dejan Bosanac
t;> > >> deployed on server OSGI (1) > >> > >> 2) Bundle B > >> > >> from(ActiveMq:queueOut). > >> .to() // Service replying to the request > >> .to(ActiveMq:queueIn) > >> > >> deployed in server OSGI (2) > >> > >> Ad

Re: ActiveMQ - HTTP - Remoting

2009-10-29 Thread cmoulliard
ver OSGI (2) >> >> Additional question : >> >> Are there any restrictions if we use HTTP transport connector of ActiveMq >> to >> place Java object on the queue (size, serialization, ) ? >> >> Regards, >> >> -

Re: ActiveMQ - HTTP - Remoting

2009-10-29 Thread Dejan Bosanac
rt connector of ActiveMq > to > place Java object on the queue (size, serialization, ) ? > > Regards, > > - > Charles Moulliard > SOA Architect > > My Blog : http://cmoulliard.blogspot.com/ http://cmoulliard.blogspot.com/ > -- > View this message in context: > http://www.nabble.com/ActiveMQ---HTTP---Remoting-tp26109373p26109373.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >

ActiveMQ - HTTP - Remoting

2009-10-29 Thread cmoulliard
HTTP transport connector of ActiveMq to place Java object on the queue (size, serialization, ) ? Regards, - Charles Moulliard SOA Architect My Blog : http://cmoulliard.blogspot.com/ http://cmoulliard.blogspot.com/ -- View this message in context: http://www.nabble.com/ActiveMQ---HTTP

ActiveMQ / HTTP

2009-06-10 Thread clercmedia
View this message in context: http://www.nabble.com/ActiveMQ---HTTP-tp23970173p23970173.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.