Re: Stuck messages - Dispatch issues

2009-07-30 Thread couzteau
Has this been solved yet? I'm seeing it with 5.2.0. I'm seeing an issue that occurs on some machines (where machines are identical regarding OS, Java version and hardware). Consumers that are on the same machine as the producer usually work fine. It's a major blocker for us - any comments

Re: panacya-mdb-test-1.0.jar not working on JBoss 5.1 and ActiveMQ 5.2

2009-07-30 Thread kiriloi
Hi, I'm trying run panacya-mdb-test-1.0.jar in Jboss 5.1 and I have the same problem. Message driven beans are not bound into remote jndi. Have you got solve it? doktora wrote: Hi, Is it possible to update the example panacya-mdb-test-1.0.jar so that it works in JBoss 5.1 with

problem with connecting to activemq's stomp interface

2009-07-30 Thread Juan Backson
Hi, When connecting, I am getting some strange error. Does anyone know why? Here is the telnet console: [r...@localhost bin]# telnet 127.0.0.1 61616 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. �ActiveMQ� CacheSize

Re: Standalone server restarting itself every 5 minutes - java.lang.IllegalStateException

2009-07-30 Thread Rob Davies
first - try disabling multicast discovery in the activemq configuration On 29 Jul 2009, at 22:17, GaryG wrote: We've recently updated to ActiveMQ 5.2.0, and are running it as a standalone server, with a config file very similar to the basic example provided out of the box. There has been

Strange delivery behaviour with 5.2.0 ResourceAdapter

2009-07-30 Thread Joerg Henne
Hi, we have the following scenario: - ActiveMQ 5.2.0 is run in embedded fashion inside JBoss using the ActiveMQ RA - Messaging is configured to be persistent using Kaha persistence - A few SessionBeans send messages asynchronously to a queue using Connections obtained from the RA - Every once

Redeliveries, DLQ, AsycError

2009-07-30 Thread Diego Rodríguez Martín
Hi, I'm trying to setup a config where message redelivery is important. Every message read from the queue is processed sending an http request to another host, so it can fail due to a lot of causes, and I want the system to retry the post later. I have made some tests and this is

LDAP Network Connector in AMQ 5.2. JMX InstanceAlreadyExists Exception

2009-07-30 Thread Eric-AWL
Hi ! I want to connect together all my embedded brokers with rules. Excuse-me I'm not an LDAP expert ... I created entries in LDAP directory (dc=instances), under which I created leaves (cn=server1, cn=server2, cn=server3, ... , cn=servern) Then, I tell my first embedded broker (ex : server1)

Re: Redeliveries, DLQ, AsycError

2009-07-30 Thread Gary Tully
can you verify if this behavior exists on trunk by using a 5.3-SNAPSHOT? If it does, the please open a jira issue and attach your test case. thanks. 2009/7/30 Diego Rodríguez Martín drodrig...@altiria.com Hi, I'm trying to setup a config where message redelivery is important. Every message

RE: Stuck messages - Dispatch issues

2009-07-30 Thread Mats.Henrikson
Hi Jacques, I've just recently logged the following issue: https://issues.apache.org/activemq/browse/AMQ-2332 It sounds exactly the same as the original email in this thread, but it is however different from the other threads the original poster linked to. Basically it's possible to deadlock

Re: Stuck messages - Dispatch issues

2009-07-30 Thread couzteau
Thanks for the info! I integrated 5.3-snapshot but ran into compile issues with the latest jar - So I abandoned that. Gary Tully wrote: in the absence of a test case, the best approach is to try out a 5.3-SNAPSHOT 2009/7/30 couzteau couzt...@bitfaeule.net Has this been solved yet?

Choose Stomp instead of OpenWire

2009-07-30 Thread Alexander L.
Hello, As shown on http://activemq.apache.org/cms/, activeMQ supports both Stomp and OpenWire. When I do pConnectionFactory = cms::ConnectionFactory::createCMSConnectionFactory(getBrokerURI()); m_pConnection =

Re: Choose Stomp instead of OpenWire

2009-07-30 Thread Timothy Bish
On Thu, 2009-07-30 at 11:33 -0700, Alexander L. wrote: Hello, As shown on http://activemq.apache.org/cms/, activeMQ supports both Stomp and OpenWire. When I do pConnectionFactory = cms::ConnectionFactory::createCMSConnectionFactory(getBrokerURI());

Delphi STOMP client over ActiveMQ

2009-07-30 Thread Daniele Teti
Hi all. I'm new to ActiveMQ. I'm wrote a Delphi Wrapper for STOMP protocol becouse cannot use in a simple manner ActiveMQ's OpenWire. Using stomp over ActiveMQ, what I cannot use of ActiveMQ that could be used using OpenWire? In other words what are STOMP limitation using ActiveMQ?

Re: Standalone server restarting itself every 5 minutes - java.lang.IllegalStateException

2009-07-30 Thread GaryG
On the client side, i'm seeing this: 2009-07-30 19:12:55,472 [ActiveMQ Connection Worker: tcp://server2/1.1.1.18:61616] ERROR jms_comm - FactoryUtil.onException javax.jms.JMSException: java.io.EOFException at

Re: Standalone server restarting itself every 5 minutes - java.lang.IllegalStateException

2009-07-30 Thread GaryG
I just did another test - where I didn't have any clients connected to JMS - just ran the server by itself. Same problem. It restarted even though no message were coming across. So, definitely something causing the server to die. GaryG wrote: On the client side, i'm seeing this:

Connecting to ActiveMQ from Cocoa application

2009-07-30 Thread Ralf Edmund Stranzenbach
Hi, I think about a small application written in Cocoa / Objective-C that connects to an ActiveMQ instance. What is the best way to implement this connection? Should i use the AMQ-CPP library? This requires a nonstandard version of libapr. Shall i expect some release conflicts with