Re: Change minLargeMessageSize on Artemis

2018-05-11 Thread z94joma
Hi It worked as a charm. Many thanks. To have it working in a Cluster Env you also need to change min-large-message-size in in Broker.xml to same or above. @jbertram: What is the "limit" message size for AMQP? Thank you /Magnus -- Sent from:

[Artemis] NPE on server (re)start

2018-05-11 Thread Archibald
Hi, Yesterday the server (version 2.5.0) was processing > 2m messages, today I needed to restart the broker but it failed with an NPE. Here's the log. 2018-05-11 10:19:22,898 INFO [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting ActiveMQ Artemis Server 2018-05-11

ActiveMQ AMQP NMS build with Mono

2018-05-11 Thread tschneider
Hello, I am working in linux. I want to get the NAnt build working for mono. https://github.com/apache/activemq-nms-amqp >From reading the documentation I thought it was supported but it does not appear to be. Can anyone help me out? -- Sent from:

Re: [Artemis] NPE on server (re)start

2018-05-11 Thread nigro_franz
HI Archibald! looking at the code it seems a simple fix but maybe it has been already addressed on upstream (https://github.com/apache/activemq-artemis/pull/2075) due tue uncleaned pages. Can you check vs the last master version too? -- Sent from:

Re: ActiveMQ AMQP NMS build with Mono

2018-05-11 Thread Timothy Bish
On 05/11/2018 11:09 AM, tschneider wrote: Hello, I am working in linux. I want to get the NAnt build working for mono. https://github.com/apache/activemq-nms-amqp >From reading the documentation I thought it was supported but it does not appear to be. Can anyone help me out? -- Sent from:

Re: [Artemis] NPE on server (re)start

2018-05-11 Thread Clebert Suconic
Did you remove the paging directory? Perhaps you could share your data with us? if you download a snapshot of master, you can do: ./artemis data print --safe (that will hide anything specific for your data itself.. only showing the structure of messages and transactions). I work with