Using ActiveMQ embeded in WAR deployed to IBM Websphere

2013-02-04 Thread nocturnal3d
Hi, I would like to know if there is a good example demonstrating how to embed ActiveMQ inside a web application and deploy it to IBM Websphere. My company uses Websphere 8, we are developing a high volume publish/subscribe app and would like to use ActiveMQ - would it be wise to deploy a WAR file

Networked brokers dropping/suppressing messages

2013-02-04 Thread photonikd
Hello All, I'm currently in the process of configuring 2 ActiveMQ (5.7.0) brokers with the primary objective to use persistant queues to sync messages from Datacenter 1, to a broker in Datacenter 2 (and vice versa) via a static openwire Network Connector. After building the 2 brokers and running

Async client...IllegalStateException: REDISPATCHING,initial,resumed

2013-02-04 Thread Steve.V.
Running release 5.7.0. I have some REST API client tests that run fine most of the time. However, we have a few tests that fail roughly 10% of the time when run against a server running on UNIX. The following are excerpts from the log. I see a bunch of these: --- 2013-02-04 13:02:50,85

Re: Regarding the transport timeout with CMS

2013-02-04 Thread Timothy Bish
On Mon, 2013-02-04 at 01:55 -0800, Gangadhar Rao wrote: > I tried with the below option > > std::string brokerURI = > "failover://(tcp://10.29.9.229:61617)?wireFormat=openwire&transport.timeout=3000"; > Sorry was thinking of the wrong client lib, for CMS it should be this. "failover://(tcp://10

How to instantiate ProducerTool without using the ant build script?

2013-02-04 Thread Faisal Abidi
Hello! First post here. AMQ v5.7 Java v1.6 IDE: Eclipse Indigo Goal: I have an existing java application and I want to incorporate an instance of ProducerTool in it. To do that, I should first be able to instantiate ProducerTool without the ant script, so I modified the main method in ProducerToo

NMS : Access MSMQ queues by format name instead of path name?

2013-02-04 Thread andredtrsa
Hi I am using NMS (latest source from Subversion) to provide me with a single API for delivering messages to JMS and MSMQ queues. The MSMQ queues are all accessed through Active Directory Server using public format names ("PUBLIC=someGuid" and no host to connect to). Due to constraints outside

Javadoc Links On Main Site

2013-02-04 Thread cosminaru
Hi, There are a lot of broken links to the JavaDoc on the main ActiveMQ site and it becomes really frustrating really quick to browse that. Can we please address this? Examples: * http://activemq.apache.org/uri-protocols.html - Click on ActiveMQConnectionFactory * http://activemq.apache.org/m

Re: Regarding the transport timeout with CMS

2013-02-04 Thread Gangadhar Rao
I tried with the below option std::string brokerURI = "failover://(tcp://10.29.9.229:61617)?wireFormat=openwire&transport.timeout=3000"; Scenario: 1) Made the activemq broker down 2) Started the producer process... It was waiting on the connection start function..I expected that the connect

Re: maxInactivityDuration

2013-02-04 Thread Andreas Calvo Gómez
Mohit, The clients will take that parameter and used it to monitor connections. On 01/02/13 21:58, Mohit Anchlia wrote: If I set maxInactivityDuration to 0 on server and leave clients with some value then which overrides? Would server override client in this case? -- Andreas Calvo Gómez System