Hello all,
An update to the situation, it turns out the cause of the compiling error is
out of memory. I restart the compilation with a higher memory device and got
pass that point.
However I've encountered an error again with the error below:
libtool: link: `cms/libactivemq_cpp_la-Destination.l
Just so everyone knows I figured it out. Instead of setting JAVA_HOME which
it seemed to be ignoring, I set JAVACMD equal to the path to my jre rather
than "auto"
Thanks for closing the loop. Probably a good choice.
On Tue, Jun 25, 2013 at 1:26 AM, cristisor wrote:
> We have decided to go with an embedded Apache MINA FtpServer for increased
> performance and scalability. I think that the FtpServer is lighter than an
> embedded Jetty server and it servers
Try this to get it working w/ stand-alone activemq;
http://www.christianposta.com/blog/?p=298
On Tue, Jun 25, 2013 at 4:46 AM, Dejan Bosanac wrote:
> You should try http://hawt.io/. We intend to use it as a replacement for
> current web console going forward.
>
> Regards
> --
> Dejan Bosanac
>
yes. if you send asynchronously (tx or non-persist messages by default),
you can enable producer window to not block the connection on producer flow
control.
On Tue, Jun 25, 2013 at 4:14 AM, bizcenter wrote:
> In org.apache.activemq.broker.region.Queue#send(ProducerBrokerExchange,
> Message), i
Even though I commented out JAVACMD in the config file and am using
JAVA_HOME it still continues to autodetect and use /usr/bin/java which I
don't want either
Outputs this:
INFO: Loading '/etc/default/activemq'
INFO: Using java '/usr/bin/java'
INFO: Starting in foreground, this is just for debugging purposes (stop
process by pressing CTRL+C)
Can't start up: not enough memory
Try it out on the latest snapshot to verify it works.
On Tue, Jun 25, 2013 at 6:54 AM, Francisco wrote:
> I'm having the same problem.
>
> In addition, if you use a message selector (like the one to select by
> priority) you will have an error like this one:
>
>
>
> Waiting for 5.8.1...
>
>
>
>
what happens when you try ./bin/activemq console
On Tue, Jun 25, 2013 at 11:13 AM, Sean Beck wrote:
> I checked the log file and it is empty.
>
> I went into my configuration as well and set JAVA_HOME to
> /opt/jdk1.7.0_25/jre/bin/java which is where java is installed and it
> didn't change any
I checked the log file and it is empty.
I went into my configuration as well and set JAVA_HOME to
/opt/jdk1.7.0_25/jre/bin/java which is where java is installed and it
didn't change anything either.
set JAVA_HOME for the jvm to use...
what do you see in the $ACTIVEMQ_HOME/data/activemq.log file?
On Tue, Jun 25, 2013 at 10:38 AM, Sean Beck wrote:
> I'm trying to run activemq on a new machine. I installed the binary and am
> starting it with bin/activemq start
>
> It gives the following outp
I'm trying to run activemq on a new machine. I installed the binary and am
starting it with bin/activemq start
It gives the following output:
INFO: Using default configuration
(you can configure options in one of these file: /etc/default/activemq
/root/.activemqrc)
INFO: Invoke the following com
I had the same question. No plans?
I've also had a quick look at the Apache Apollo site, and see little mention
of JMS on there.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/JMS-2-0-alignment-tp4668129p4668563.html
Sent from the ActiveMQ - User mailing list archive
One more quick question. Do you have any idea of a time frame for this to be
implemented?
Thanks again,
Darren
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Apollo-Stomp-Message-Priority-tp4668120p4668559.html
Sent from the ActiveMQ - User mailing list archive at Nab
I'm having the same problem.
In addition, if you use a message selector (like the one to select by
priority) you will have an error like this one:
Waiting for 5.8.1...
--
View this message in context:
http://activemq.2283324.n4.nabble.com/ActiveMQ-5-8-Failed-to-execute-purge-task-tp466361
Hi,
we bumped jetty logging to warn level in recent versions. To revert it
back, just change the appropriate line to
log4j.logger.org.eclipse.jetty=INFO
in conf/log4j.properties
Regards
--
Dejan Bosanac
--
Red Hat, Inc.
FuseSource is now part of Red Hat
dbosa...@redhat.com
T
Hi,
so in order to secure web console, you need to secure the Jetty instance.
Take a look at conf/jetty.xml. We use by default simple HashLoginService,
but you can configure it using jaws
http://wiki.eclipse.org/Jetty/Tutorial/JAAS
Unfortunately, I'm not aware of any examples beyond this.
Regar
You should try http://hawt.io/. We intend to use it as a replacement for
current web console going forward.
Regards
--
Dejan Bosanac
--
Red Hat, Inc.
FuseSource is now part of Red Hat
dbosa...@redhat.com
Twitter: @dejanb
Blog: http://sensatic.net
ActiveMQ in Action: http://www.
In org.apache.activemq.broker.region.Queue#send(ProducerBrokerExchange,
Message), it just determine that the producerWindowSize is greater than 0,
so set producerWindowSize to 1024 or 10240 can do the same effect??? am i
right?
public void send(final ProducerBrokerExchange producerExchange, final
In org.apache.activemq.broker.region.Queue#send(ProducerBrokerExchange,
Message), it just determine that the producerWindowSize is greater than 0,
so set producerWindowSize to 1024 or 10240 can do the same effect??? am i
right?
public void send(final ProducerBrokerExchange producerExchange, final
In org.apache.activemq.broker.region.Queue#send(ProducerBrokerExchange,
Message), it just determine that the producerWindowSize is greater than 0,
so set producerWindowSize to 1024 or 10240 can do the same effect??? am i
right?
public void send(final ProducerBrokerExchange producerExchange, final
We have decided to go with an embedded Apache MINA FtpServer for increased
performance and scalability. I think that the FtpServer is lighter than an
embedded Jetty server and it servers our needs perfectly.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Using-BlobMessag
Hi Jakub, did you get any information to share with us or do you require any
more information to help us out.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Two-ActiveMQ-brokers-in-same-cluster-are-behaving-as-Masters-tp4668301p4668542.html
Sent from the ActiveMQ - User
23 matches
Mail list logo