Re: scheduler message deliver immediately

2016-11-02 Thread CallMeXYZ
ActiveMQ has installed as a service. Restart my PC,and do nothing.And check the port using n/netstat -ano|findstr "61616"/.I got / TCP0.0.0.0:61616 0.0.0.0:0 LISTENING 1820 TCP[::]:61616 [::]:0 LISTENING 1820/ And if the process

Re: Dynamic broker.xml - include properties

2016-11-02 Thread Justin Bertram
I just use the regular mailing list so I had to go to the web interface to see your changes. In any event, you can use property substitution in the URI. Hope that helps. Justin - Original Message - From: "hcrobison" To: users@activemq.apache.org Sent: Wednesday, November 2, 2016 3:13

Re: Dynamic broker.xml - include properties

2016-11-02 Thread hcrobison
I added the links. -- View this message in context: http://activemq.2283324.n4.nabble.com/Dynamic-broker-xml-include-properties-tp4718825p4718834.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: need help understanding zkSessionTimeout

2016-11-02 Thread Adam Whitney
ok, I've done a little further reading here: https://zookeeper.apache.org/doc/trunk/zookeeperProgrammers.html and realized that the ZooKeeper server will negotiate the actual timeout with the client, so even if zkSessionTimeout on the ActiveMQ side is set to 2s ... if the "tick time" on the ZooKee

Re: Dynamic broker.xml - include properties

2016-11-02 Thread Justin Bertram
I think the XML got scrubbed from your message. Perhaps posting to pastebin or gist and then providing a link would be better? Justin - Original Message - From: "hcrobison" To: users@activemq.apache.org Sent: Wednesday, November 2, 2016 1:48:08 PM Subject: Dynamic broker.xml - include

Dynamic broker.xml - include properties

2016-11-02 Thread hcrobison
I am working on migrating from HornetQ server to Artemis. In our hornetq-configuration.xml, we had our acceptors defined with params. For example, I don't see an equivalent in broker.xml since now URI is used. Can I do something like the following? -- View this message in context: http://ac

Re: activeMQ fails on NetApp switch

2016-11-02 Thread fg
Hi Paul, sorry for my late reply. I was on vacation last few Weeks. These are the Options shown by commant mount: XXX.XXX.XXX.XXX:/vol_agenda_data_nfs_cifs_kunden on /data/kunden type nfs4 (rw,relatime,sync,vers=4.0,rsize=65536,wsize=65536,namlen=255,acregmin=0,acregmax=0,acdirmin=0,acdirmax=0,so

Re: Problem with UTF-8 encoded characters

2016-11-02 Thread Tim Bain
Do those exceptions have stack traces? Look for the first occurrence following a broker restart, since the Oracle HotSpot JRE will optimize away the printing of the stack trace after some number of times in a row where the same exception is thrown so you're looking for the first few occurrences be

Re: Problem with UTF-8 encoded characters

2016-11-02 Thread Ajay Jindal
Hi Tim, Thanks for your reply. We are reading this message in our Java application as a listener, and after reading saving it into a file. Below is the code, how we are reading message: String msgText = ((TextMessage) msg).getText(); Also we are getting bellow WARN in ActiveMQ logs and console

Re: scheduler message deliver immediately

2016-11-02 Thread Tim Bain
That error means either 1) an ActiveMQ broker is already running on that host, or 2) your configuration somehow causes you to start two brokers. The web console you're connecting to is the one for that other broker, which is why you see no activity. When your broker is stopped and you issue a nets

ActiveMQ leaks file descriptors

2016-11-02 Thread Johan Carlquist
We have two brokers configured in a network of brokers. Both stores the messages on local disk using KahaDB. And they both run ActiveMQ-5.13.4 in java 8u45. Clients are allowed to connect through openwires and amqps: We have about 10 queues