Re: ActiveMQMessageConsumer dispatch

2017-10-20 Thread Juleian
Thanks for the externsive answer, it lead me to the write part of the code. The error was I passed the JMS message to a method but needed to convert it to a string before. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

ActiveMQMessageConsumer dispatch

2017-10-19 Thread Juleian
Hello, I used ActiveMQ to send JSON Strings form a publisher to a subscriber via Topic "iCASA". Eventhough the message is published and also received by the subscriber, theres an error message showing up I do not undertsand. I tired to google the problem but without any concrete hints. This error

Re: Defining legit Stress Test for ActiveMQ with JMeter

2017-10-02 Thread Juleian
If I want to post it on the JMeter Forum I always get Failure Messages: I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. : Must be sent from an @apache.org address or a subscriber address or an address

Defining legit Stress Test for ActiveMQ with JMeter

2017-09-28 Thread Juleian
Hello everybody, I used ActiveMQ for a pub/sub system as central topic of my master thesis and now I need to create some kind of stress test for the broker as part of an evaluation. Ideally, Id like to have a setup with innumerable topics, subscribers and publishers. By now, I just have a basic s

Re: Close message listener decoupled

2017-08-21 Thread Juleian
Thank you guys for the input. I will think about using only JMS related statements. I kinda get your point of antipattern and lack of tracking. Since I am not an experienced programmer (this is task of my master thesis), is there anythign out there on the net that can help me with designing a bett

Re: Close message listener decoupled

2017-08-18 Thread Juleian
That sounds reasonable actually. The only problem I also somehow have is when register is called the method "is stuck" in the thread that is opened or not? I do not see how I can return a value with this structure (maybe the strcture is not good at all, its my first real programming task). public

Close message listener decoupled

2017-08-18 Thread Juleian
We want to use ActiveMQ within a tool for JMS communication. I wrote a class containing a method that handles the subscription to the broker with a certain topic. So by using my register(topic) method, a message listener is created that listens to the topic mentioned in the parameter. This register

Interaction APIs with Standalone ActiveMQ

2017-08-14 Thread Juleian
Hello, I am new to ActiveMQ and try to figure out how to implement certain interactions with the service. I want to use ActiveMQ to implement a JMS service. By now the classic consumer producer is running. However, I want to find information that explain how to implement certain interactions. For