ActiveMQ FAQ
Where can I get a single downloadable pdf of the ActiveMQ faq (I'm alergic
to links)
Actually I want a pdf I can read offline.
or a single html page of all questions that can be printed will do as well.
--
View this message in context:
http://old.nabble.com/Where-is-the-ActiveMQ-F
ActiveMQ Error
I downloaded activemq (5.0.3), unzipped and then I ran ../bin/activemq.bat
and got this error message below.
What does this mean?
Am I missing something on the install? Are there any good tutorials out
there? The apache docs on the site
do not really get into any initial Java cod
Gary Tully,thanks , when is activemq5.3.1 released?
we urgently use it.
Gary Tully wrote:
>
> a similar fix, but removing the deterministic task runner and reverting to
> the pooled/dedicated task runners with a wake-up count does the trick. The
> queue size in this case is always < 2.
> Can
I see, thanks a lot Tim!
I will try to use the physical name on my C++ client.
Timothy Bish wrote:
>
> On Tue, 2009-11-17 at 17:56 -0800, thinkbox wrote:
>> Hi All,
>>
>> I have embedded an ActiveMQ broker in JBoss and bind the JMS destination
>> through JBoss JNDI. My Java JMS clients is send
Anybody can provide any thoughts on this?
Thanks,
Jeffrey
jeffreyyin wrote:
>
> After start the activemq server, I tried to run the jmsappender example
> comes with activemq version 5.3. The program hangs, below is the debug
> info:
>
> C:\apache\apache-activemq-5.3.0>cd example
>
> C:\apac
On Tue, 2009-11-17 at 17:56 -0800, thinkbox wrote:
> Hi All,
>
> I have embedded an ActiveMQ broker in JBoss and bind the JMS destination
> through JBoss JNDI. My Java JMS clients is sending to this destination
> through JNDI. On the other end, my C++ JMS clients would need to connect to
> the sai
Hi All,
I have embedded an ActiveMQ broker in JBoss and bind the JMS destination
through JBoss JNDI. My Java JMS clients is sending to this destination
through JNDI. On the other end, my C++ JMS clients would need to connect to
the said destination. My question is, how can I search for that JNDI
there are prefetch attributes in the PolicyEntry that goes in
destinationPolicy. It is only in effect if the no consumer override is
specified.
What you want is topicPrefetch.
See all the attributes of PolicyEntry in the src:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java
Dear all,
I am trying to set up ActiveMQ 4.1.2 with a Multicast Transport Connector on
an Ubuntu Linux system:
Configuration:
While the Message Broker starts up perfectly it is ignoring any client
massages to the multicast address:
Client Code:
String url = "multicast://
Couple of questions:
For jmsMessage
(1) What is the relation between jmsTimeStamp, and properties:
JMSActiveMQBrokerInTime, and JMSActiveMQBrokerOutTime?
(2) Which one is more accurate jmsTimeStamp, and properties:
JMSActiveMQBrokerInTime? Reason for asking this question is that I have
message
Thanks for your reply.
I did use stomp extensions but still unable to set the prefetch size.
Below is the code i used.
connection = new StompConnection();
connection.open("0.0.0.0", 8084);
connection.connect("test", "test");
HashMap header = new HashMap();
header.put("activemq.prefetchSiz
Is it possible to run multiple ActiveMQ servers on the same host? Are there
any issues associated with spinning up additional ActiveMQ servers on
demand? How about load balancing a population of ActiveMQ servers running
on a cloud?
I'd like to support 150k+ clients with overlapping 'interests',
Hi,
try setting prefetch size on your consumer using activemq.prefetchSize
header. See
http://activemq.apache.org/stomp.html#Stomp-ActiveMQextensionstoStomp for
more details
Cheers
--
Dejan Bosanac - http://twitter.com/dejanb
Open Source Integration - http://fusesource.com/
ActiveMQ in Action -
I am using Activemq 5.3, Flex Client and stomp protocol for communication.
I send Non-Persisent messages to Non-Durable topic.
I want to change the PrefetchSize of the Subscribers/Consumers. JConsole
shows the PrefetchSize as 1000 always, though the document says the default
value as Short.MAX_
Hi,
take a look at failover transport
http://activemq.apache.org/failover-transport-reference.html
Cheers
--
Dejan Bosanac - http://twitter.com/dejanb
Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - http://www.nighttale.net
On Tue, No
I have an application run on geronimo(websphere community edition) with
ActiveMQ 4.1.2
# org.apache.activemq/activemq-core/4.1.2/jar
# org.apache.geronimo.configs/activemq-broker/2.1.4/car
# org.apache.geronimo.configs/activemq-ra/2.1.4/car
Messages are exchanged between MDB with following code
try uri="stomp://0.0.0.0:61613
u_catch wrote:
>
> I just upgraded from activemq5.2 to 5.3. The stomp configuration in
> activemq.xml is like:
>
>
>
> With 5.3, I can't make remote stomp connection using hostname and port.
> For instance, "telnet " got error "connection refused".
> "telnet
17 matches
Mail list logo