Re: HTTP Not Found Response

2016-07-22 Thread pwalter
I added to activemq.xml a new transportConnector http://0.0.0.0:64646?maximumConnections=1000&wireFormat.maxFrameSize=104857600"/> What more do I need. The intent is to have AMQ HTTP server receive the POST message from client and publish the message as a JMS message to subscribers. Su

Re: HTTP Not Found Response

2016-07-22 Thread Dan Abayev
your setup is probably wrong. this just means that your request is invalid and could not be found. How did you set this up, using jetty or some other server? -- View this message in context: http://activemq.2283324.n4.nabble.com/HTTP-Not-Found-Response-tp4714308p4714310.html Sent from the Acti

ActiveMQ Artemis Reconnection/Disconnect notification.

2016-07-22 Thread anton.mithun
Hi, Artemis connection setup is done during the initial bean loading. connectionFactory = new ActiveMQConnectionFactory(connectionUrl); connectionFactory.setReconnectAttempts(reconnectAttempts); connection = connectionFactory.createConnection(username, passwo

Re: Read-only user functionality

2016-07-22 Thread Dan Abayev
Thank you for your explanation Tim. -- View this message in context: http://activemq.2283324.n4.nabble.com/Read-only-user-functionality-tp4713881p4714309.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Need Apache Logos for Red Hat

2016-07-22 Thread nbostock
Hello! My name is Nicole Bostock and I work for Red Hat Marketing. We're looking to develop a graphic about the open source community and need the following vector or high resolution logos (with transparent backgrounds if available). If someone could please send them to nbost...@redhat.com, I woul

Unreliable NFS exclusive locks on unreliable networks

2016-07-22 Thread Korny Sietsma
Hi folks - just wondering if anyone else has tested this and found similar problems. I've been testing ActiveMQ in a shared storage master/slave configuration, using an NFSv4 server for the shared storage. I've tried this both with a standalone nfs server, and using Amazon's EFS server. My tests

Re: HTTP Not Found Response

2016-07-22 Thread pwalter
The developer who setup the server (enabling HTTP support) is not available. Is there a good example of XML changes to enable the ActiveMQ HTTP support? I have a simple local server (no xml changes) that I could test from. THANKS!!! -- View this message in context: http://activemq.2283324.n4.na

HTTP Not Found Response

2016-07-22 Thread pwalter
We have set up HTTP server on AMQ instance. Writing client that POSTs request URI: test/foo Get the following Response: HTTP/1.1 404 Not Found Does the Server NEED to have the URI predefined ??? If not, I don't understand the response error. Error 404 Not Found HTTP ERROR: 404 Problem accessi

Timeouts during acknowledgements due to server being busy - setOptimizeAcknowledgeTimeOut not available in Artemis Impl

2016-07-22 Thread Herpertz, Francesca
Hi all, I am currently running into timeouts during acknowledgements on the server. I found so far, that ActiveMQ provides the following method on the ConnectionFactory: setOptimizeAcknowledgeTimeOut (5.6) Since 5.4.2 there is a default timeout on a batch optimized acknowledge which ensures that

Overriding the BrokerURL returned by ActiveMQ?

2016-07-22 Thread Korny Sietsma
Hi - on our test systems, when I query a connection for it's BrokerInfo I get a BrokerURL of "tcp://activemq00:61616" - our actual host has a fully qualified domain name that is more like "activemq00.us-east1-1a.foo.bar" The short host name "activemq00" is largely useless, especially as our slave