I need to write a consumer to receive messages over a HTTP connection (HTTP
transport connector). Can anyone point me to some useful documents for the
same?
And the consumer is outside the firewall.
--
View this message in context:
http://www.nabble.com/Receiving-messages-over-HTTP-connection-tf
Hi JigarP,
i read this many times - but my problem is that i have no idea what i have
to do that i can use activemq on my webserver. The arcticle about ajax ist
not very clear. I have no idea what i have to configure etc. Is it possible
for you to give me a step by step introduction? This would
Hi JigarP,
i read this many times - but my problem is that i have no idea what i have
to do that i can use activemq on my webserver. The arcticle about ajax ist
not very clear. I have no idea what i have to configure etc. Is it possible
for you to give me a step by step introduction? This would
Hi ,
go to ACTIVEMQ_HOME/conf/log4j.properties change below line.
change INFO to DEBUG in below line.
log4j.rootLogger=DEBUG, stdout, out
Hope this will help you.
lancedv wrote:
>
> Hi Guys,
>
> I just want to know how to turn on console debugging?
>
> Thanks!
>
>
>
--
View this m
Hi ,
I think you can go through http://activemq.apache.org/ajax.html
http://activemq.apache.org/ajax.html link. This article explain
configuration related to AMQ +AJAX. download latest release
http://activemq.apache.org/activemq-411-release.html
http://activemq.apache.org/activemq-411-relea
Hi,
I have got Activemq and Spring working with my application and now i am
thinking from performace /memory consumption related issues in my
application. I want to delete specific topic from activemq when my work is
completed for specific topic. i also checked JMS api for doing this but i
did
You probably have permission problems with the user running the broker and
the directory being used by it
sparky2708 wrote:
>
> I am getting all kinds of errors when I run the broker. And then the
> broker stops responding. Does anyone have any suggestions:
>
> [EMAIL PROTECTED] /tmp]$ more ac
I am getting all kinds of errors when I run the broker. And then the broker
stops responding. Does anyone have any suggestions:
[EMAIL PROTECTED] /tmp]$ more activemq_master.log
ACTIVEMQ_HOME: /usr/local/activemq
Loading message broker from: xbean:file:activemq_master.xml
INFO BrokerService
After running for usually a matter of hours with a fair amount of traffic,
I'm getting this in our logs on the server side:
INFO BrokerService - ActiveMQ JMS Message Broker
(localhost, ID:xxx.blah.com-52335-1193766939276-1:0) started
Exception in thread "ActiveMQ Journal Checkpo
If it helps any, the customer is using Lingo
(http://docs.codehaus.org/display/LINGO/Home) to put the msgs on the queue.
If anyone is familiar with that.
Thanks,
Pat
Pat ES wrote:
>
> My customer has ActiveMQ 4.1.1. They asked me to create a custom
> http://www.jmanage.org/ jManage dashbo
I've found a suitable workaround via system properties and command line. For
anyone else interested this may be useful.
activemq.xml:
http://"; brokerName="${system.hostname}
dataDirectory="${activemq.base}/data">
It can be run on *nix systems as follows. I suspect there is a way to do
thi
Hi
I have a problem with lost messages in v4.1.1, probably due to some
synchronization problem in the persistence layer.
I use plain persistence:
I send messages > 1mb.
I don't immediately consume them, so they are typically persisted.
The ActiveMq console now and then says:
ERROR Jour
I am trying to use JBoss
org.jboss.security.auth.spi.DatabaseServerLoginModule jass module to
authenticate a user. Has anyone tried this before? I keep getting the error
shown below. I know for a fact that the module is operational as it hits the
database and reads the roles etc.
User user is no
Hello,
i am trying to kill the embedded broker that is running in a junit testcase.
I am using the nightly build of 5.0-SNAPSHOT. As far as i can see from the
logs the broker is shut down normally but the lock on mysql database is
still valid. This does not happen when i use the distribution and
Hi,
Im trying to use the Spring approach to access the components in
activemq.xml
I tried to load this file using the following syntax
ApplicationContext context = new
ClassPathXmlApplicationContext("activemq.xml");
But it throwing lot of xmlns(xml namespace) exceptions while im running this
ja
Hello,
I'm trying to deploy a web service on axis2 using JMS transport.
I'm using tomcat 6.0.13, axis2 1.2 and activemq 4.1
here is my services.xml file :
jms
myQueueConnectionFactory
QueueConnectionFactory
sample web service using JMS
service.MyServi
Hi @all,
when is the release date for the ActiveMQ 5.0 stable version? Is there
already a date?
Thanks,
Tanja
--
View this message in context:
http://www.nabble.com/Release-Date-for-ActiveMQ-5.0-tf4717594s2354.html#a13485847
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Hi Joe,
> The static:// scheme for the brokers should be the right approach. You
can
> disable the 'WARN' reconnect messages by changing the severity level,
in
> the log4j.properties file, from INFO to ERROR like this.
>
> log4j.rootLogger=ERROR, stdout, out
Thanks for your reply. I know how to
18 matches
Mail list logo