I am planning to move to 5.3 this week.
We are not experiencing some time outs and messages lost on the systems
(the messages have an expiration time).
I just was wondering if the cause was a slow consumer or the system
itself.
For some of these lost messages, the message doesn't get to the
consu
Thank you for the response. I've already checked, but the returned factory is
null:
I've used:
url: jnp://127.0.0.1:1099
factory: org.jnp.interfaces.NamingContextFactory
context.factory: activemq/TopicConnectionFactory
TopicConnectionFactory factory = (TopicConnectionFactory)
context.lookup("act
You need to use the JBOSS jndi provider, that is: you need to lookup in the
context that the objects are registered in.
2009/11/30 RJtokenlanring
>
> Hi, after integrating activeMQ into JBOSS, I've tried the JNDI lookup. I
> followed the istructions from:
> http://activemq.apache.org/jndi-suppor
Hi, after integrating activeMQ into JBOSS, I've tried the JNDI lookup. I
followed the istructions from:
http://activemq.apache.org/jndi-support.html
but I have some problems. Here is the error:
ERROR [main] - javax.naming.NameNotFoundException: topic/RawDataTopic
when i try: Topic topic = (Topic
Hi, I have integrated activeMQ 5.3 into Jboss 4.2.3. It works fine with tcp
and vm tranport.
But I now I have to configure HTTP and HTTP tansport. I've seen that http
transport is done via Jetty server: there is no way to use the provided
JBoss tomcat?
Could you provide me a broker-config.xml th
If any folks are in New York on December 8th or near San Francisco on
December 10th - there is a free Community day sponsored by Fuse Source
- with talks on Apache ServiceMix, ActiveMQ and Camel.
If you'd like to attend - you need to register - its all free and
includes lunch. If you can't
should you not be using the xbean broker factory:
xbean:file://...
see: http://activemq.apache.org/broker-xbean-uri.html
2009/11/30 KameshBathina
>
> Hello Jean,
>
> I am also facing same issue when I try to start embedded broker with config
> file URI. Please let me know whether you able to r
Hi,
We plan to use the 5.3 version of ActiveMQ. I understand that this needs
Java 5. The platform on which the JMS producer will be run, however is
running on JDK 1.4.2. Is this solution possible or must client and broker
both run on the same version of JDK. We plan to make use of the
StreamMessa
Hello Jean,
I am also facing same issue when I try to start embedded broker with config
file URI. Please let me know whether you able to resolve the problem.
Thanks and Regards,
Kamesh
JS75 wrote:
>
> Dear All:
> Now I need to implement two requirements with MQ4.1.
> 1. Start my embedded brok