Re: Artemis as multiprotocol broker

2016-05-25 Thread Martyn Taylor
Hi Luca, You don't need any specific configuration to do this. You can just set up a MQTT Client and a STOMP client and start sending/receiving from the same address. There are a couple of issues with Artemis versions <=1.2.0. I've fixed these issues on master and will be doing a 1.3.0 release

OutOfMemoryException - a solution

2016-05-25 Thread jepries
HI everyone. First of all, thanks for the great application, it works for me very well now that I've figured my problem. It took me a while, so here's hoping this nugget finds someone else who might be fighting the same thing someday. The problem is specific to me and the size of my messages.It

Re: OutOfMemoryException - a solution

2016-05-25 Thread jepries
OMG, that formatted TERRIBLY! let me try again: HI everyone. First of all, thanks for the great application, it works for me very well now that I've figured my problem. It took me a while, so here's hoping this nugget finds someone else who might be fighting the same thing someday. The problem

Re: [Artemis] Clustering and Management interface

2016-05-25 Thread Justin Bertram
> Now, when a consumer connects to nodeB, it will just get > 'org.apache.activemq.artemis.api.core.ActiveMQNonExistentQueueException: > AMQ119017: Queue jms.queue.MyQueue10 does not exist', even when auto > creating and auto deleting queues is enabled in nodeB. At the same time > consuming a queue

Artemis as multiprotocol broker

2016-05-25 Thread Luca Capra
Hi all, on a project I'm working on I've switched from Apollo to Artemis. I'm running Artemis as an embed server and would like to have inter-protocol communication between stomp and mqtt. What I'm missing is if this can be done from configuration or creating an mqtt and stomp client each one to

Re: new Active MQ jars with spring classes embedded inside

2016-05-25 Thread sanjith11
Thanks for the info. Finally that is what we did, ditched the all jar and went with individually required ones. On Fri, May 20, 2016 at 11:58 AM, Claus Ibsen [via ActiveMQ] < ml-node+s2283324n4712194...@n4.nabble.com> wrote: > What JARs are you talking about? > > If you talk about the uber JAR eg

Re: Introducing JMSToolBox, a free JMS Client

2016-05-25 Thread titou10 titou10
JMSToolBox is a tool to easily post/get messages to destinations (Queues, Topics), save message as templates, Drag and drop messages between Sessions and destinations The "script" center allows users to replay and automate sequences of posting messages to destination via "Scripts" or REST calls, th

Re: activemq cluster Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService#0'

2016-05-25 Thread Tim Bain
With nested exceptions, the deepest-nested one (the one at the bottom of the list) is the actual problem. So for your stack traces, the actual problem is java.lang.NoClassDefFoundError: org/bson/codecs/Decoder Googling for that, this is the first hit: http://stackoverflow.com/questions/29729331/h

Re: Introducing JMSToolBox, a free JMS Client

2016-05-25 Thread Tim Bain
I read your wiki and still couldn't tell what problem you're trying to solve and in what manner people would use your product. Are you just a queue/topic browser and data injector that's independent of the JMS implementation? If so, what's the use-case for when someone would use your tool? On May

Introducing JMSToolBox, a free JMS Client

2016-05-25 Thread titou10 titou10
JMSToolBox is a JMS client based on the Eclipse platform, it is a Free Open Source Software (FOSS). The goal of the project is to build an "Universal" JMS Client (a la DBeaver) able to interact with the greatest number of Queue Managers/Queue providers on the market in a consistent manner JMSToolBo

activemq cluster Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService#0'

2016-05-25 Thread bmo
I'm trying to deploy a jwebsocket cluster which uses activemq cluster. I've configured my activemq.xml as in the attached file. I've added the needed plugins : jWebSocketActiveMQPlugIn-1.0.jar,jWebSocketJMSPlugIn-1.0.jar, mongodb-driver-3.2.2.jar to my lib folder in the activemq installation folder

[Artemis] Clustering and Management interface

2016-05-25 Thread Kristo Kuusküll
Hello. We have used Artemis for some time now with one live-node cluster. Our approach has been, that all queues and addresses are created automatically on micro-services startup, using Artemis management interface/API ( https://activemq.apache.org/artemis/docs/1.2.0/management.html, using JMS mes