TransportDisposedIOException: peer (vm://test#3) stopped.

2017-02-27 Thread Derek Mahar
Why do the unit tests in project https://github.com/derekmahar/spring-jpa-atomikos-hibernate-activemq/tree/1.0.0 that create an embedded ActiveMQ broker all throw TransportDisposedIOException? Why does Spring or ActiveMQ treat t

Re: ActiveMQ 5.13.1 Web Console, purge message queue, UnsupportedOperationException (possible CSRF attack)

2016-03-19 Thread Derek Mahar
Please note that I encountered this exception when using Firefox 45.0 to access ActiveMQ Web Console. On 17 March 2016 at 11:44, Derek Mahar wrote: > What might be the cause of the following UnsupportedOperationException > that ActiveMQ 5.13.1 Web Console reports when I atte

Re: ActiveMQ 5.13.1 Web Console, purge message queue, UnsupportedOperationException (possible CSRF attack)

2016-03-19 Thread Derek Mahar
I encounter the same exception using ActiveMQ 5.13.2 Web Console. On 17 March 2016 at 11:50, Derek Mahar wrote: > Please note that I encountered this exception when using Firefox 45.0 > to access ActiveMQ Web Console. > > On 17 March 2016 at 11:44, Derek Mahar wrote: >> What

ActiveMQ 5.13.2 null transaction debug messages

2016-03-19 Thread Derek Mahar
What is the significance of the following messages? I've inherited an ActiveMQ client application that continuously repeats these messages. Are these normal? 2016-03-17 15:56:15.635 [DEBUG] [jmsContainer-1] [org.apache.activemq.ActiveMQMessageConsumer:739] remove: ID:derek-lubuntu-33602-14582436

Re: [ANNOUNCE] CVE-2016-0782: ActiveMQ Web Console - Cross-Site Scripting

2016-03-18 Thread Derek Mahar
older versions. > > Please check the following document and see if you’re affected by the issue. > > http://activemq.apache.org/security-advisories.data/CVE-2016-0782-announcement.txt > > Apache ActiveMQ 5.13.1 and newer with appropriate fixes was released and > available for

ActiveMQ 5.13.1 Web Console, purge message queue, UnsupportedOperationException (possible CSRF attack)

2016-03-18 Thread Derek Mahar
What might be the cause of the following UnsupportedOperationException that ActiveMQ 5.13.1 Web Console reports when I attempt to unsuccessfully purge the contents of a queue, but after browsing that same queue? URL sequence: http://0.0.0.0:8161/admin/browse.jsp?JMSDestination=client.order.queue

Re: ActiveMQ 5.13.1 Web Console, purge message queue, UnsupportedOperationException (possible CSRF attack)

2016-03-18 Thread Derek Mahar
he queue list. On 17 March 2016 at 12:50, Christopher Shannon wrote: > Take a look at the comments here and see if that helps you. > https://issues.apache.org/jira/browse/AMQ-3425 > > I think it will also work in other browsers besides firefox. > > On Thu, Mar 17, 2016 at 12

Re: Why does EmbbedJMS server throw "IllegalArgumentException: AMQ119062: Acceptor with id 0 already registered"?

2016-01-14 Thread Derek Mahar
uggest you debug where the acceptor is being started from to > identify what happened on your embedding through spring. > > On Thu, Jan 14, 2016 at 5:26 PM, Derek Mahar > wrote: > > Any idea what might be the cause of the IllegalArgumentException that the > > Tomcat lo

Why does EmbbedJMS server throw "IllegalArgumentException: AMQ119062: Acceptor with id 0 already registered"?

2016-01-14 Thread Derek Mahar
Any idea what might be the cause of the IllegalArgumentException that the Tomcat log file sample below shows? Here, an embedded ActiveMQ Artemis server runs inside a Tomcat 8 Web application context and Spring 4.1.7.RELEASE creates an instance of EmbeddedJMS similar to what example "embedded" does

Re: Suppress embedded server debug log messages?

2016-01-14 Thread Derek Mahar
t and others could still be logging debug and trace? > > On Thu, Jan 14, 2016 at 3:16 PM, Derek Mahar > wrote: > > I managed to suppress the Artemis debug log messages by adding the line > > > > > > > > to file "logback.xml" in our proje

Re: Suppress embedded server debug log messages?

2016-01-14 Thread Derek Mahar
I managed to suppress the Artemis debug log messages by adding the line to file "logback.xml" in our project. Derek On 14 January 2016 at 15:00, Derek Mahar wrote: > After reading http://activemq.apache.org/artemis/docs/1.2.0/logging.html > and > https://docs.jboss.or

Re: Suppress embedded server debug log messages?

2016-01-14 Thread Derek Mahar
two properties at your JDK? > > -Djava.util.logging.manager="$ARTEMIS_LOG_MANAGER" \ > -Dlogging.configuration="$ARTEMIS_LOGGING_CONF" > > On Thu, Jan 14, 2016 at 2:29 PM, Derek Mahar > wrote: > > How may I suppress the debug continuous stream of log message

Suppress embedded server debug log messages?

2016-01-14 Thread Derek Mahar
How may I suppress the debug continuous stream of log messages that the ActiveMQ Artemis embedded server generates? Some sample messages: 2016-01-14 09:51:09.066 [DEBUG] [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$2@230a9578-1801390477)] [org.apache.

Re: Client and server artifacts in Spring JMS example.

2016-01-13 Thread Derek Mahar
s a quick one: > > https://github.com/apache/activemq-artemis/pull/321 > > On Wed, Jan 13, 2016 at 4:36 PM, Derek Mahar > wrote: > > I created https://issues.apache.org/jira/browse/ARTEMIS-345 to track the > > issue. > > > > Derek > > > > On 13 J

Re: Client and server artifacts in Spring JMS example.

2016-01-13 Thread Derek Mahar
It's ignorable.. but we should fix it. > > Can you open a JIRA on Artemis? > > > a Simple new ActiveMQConnectionFactory("vm://0") on a testcase will > report the exception on logs. > > On Wed, Jan 13, 2016 at 2:42 PM, Derek Mahar > wrote

Re: Client and server artifacts in Spring JMS example.

2016-01-13 Thread Derek Mahar
ation, spring-integration doesn't report the warning. Derek On 13 January 2016 at 13:15, Clebert Suconic wrote: > It's ignorable I think. > > If y provide how to replicate it I will make sure the bean Utils will > ignore it. > > Sent from my iPhone > > > On Jan 1

Re: Client and server artifacts in Spring JMS example.

2016-01-13 Thread Derek Mahar
atures/standard/spring-integration/src/main/resources/spring-jms-beans.xml > > +++ > > > b/examples/features/standard/spring-integration/src/main/resources/spring-jms-beans.xml > > @@ -53,12 +53,7 @@ under the License. > > > > > > > > class="

Re: Client and server artifacts in Spring JMS example.

2016-01-13 Thread Derek Mahar
. > > > Justin > > - Original Message - > From: "Derek Mahar" > To: users@activemq.apache.org > Sent: Tuesday, January 12, 2016 1:14:12 PM > Subject: Client and server artifacts in Spring JMS example. > > From > > https://github.com/apache/act

Re: Client and server artifacts in Spring JMS example.

2016-01-12 Thread Derek Mahar
tram" > > To: users@activemq.apache.org > > Sent: Tuesday, January 12, 2016 1:18:37 PM > > Subject: Re: Client and server artifacts in Spring JMS example. > > > > You're mostly right. Everything but the "securityManager" and > "EmbeddedJms" be

Re: Client and server artifacts in Spring JMS example.

2016-01-12 Thread Derek Mahar
From: "Justin Bertram" > > To: users@activemq.apache.org > > Sent: Tuesday, January 12, 2016 1:18:37 PM > > Subject: Re: Client and server artifacts in Spring JMS example. > > > > You're mostly right. Everything but the "securityManager"

Client and server artifacts in Spring JMS example.

2016-01-12 Thread Derek Mahar
From https://github.com/apache/activemq-artemis/blob/master/examples/features/standard/spring-integration/src/main/resources/spring-jms-beans.xml, would it be accurate to separate the beans into the following lists of client and server components? Client - connectionFactory (org.apache.activemq.a

Re: Documentation for SpringJmsBootstrap?

2016-01-12 Thread Derek Mahar
cally included in that documentation, the class that it extends > (i.e. org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS) is. > > > Justin > > ----- Original Message - > From: "Derek Mahar" > To: users@activemq.apache.org > Sent: Tuesday, Jan

Documentation for SpringJmsBootstrap?

2016-01-12 Thread Derek Mahar
Where may I find the API documentation for class org.apache.activemq.artemis.integration.spring.SpringJmsBootstrap? Thank you, Derek

Re: InVMConnectorFactory?

2016-01-11 Thread Derek Mahar
t; > Notice that if you decide to use inVM your client will need access to > the Server's classLoader given you want to do inVM communication. > > > > > > > On Mon, Jan 11, 2016 at 3:55 PM, Derek Mahar > wrote: > > So an Artemis client need not create an

Re: InVMConnectorFactory?

2016-01-11 Thread Derek Mahar
On 11 January 2016 at 15:55, Clebert Suconic wrote: > If you need inVM support talking to the Server, you should include > artemis-server.jar in your dependency as Justin said. > > Notice there is a new Constructor where you could use an URI: > > > ActiveMQJMSConnectionFactory cf = new > ActiveM

Re: InVMConnectorFactory?

2016-01-11 Thread Derek Mahar
pl.invm.InVMConnectorFactory to > which > > https://github.com/apache/activemq-artemis/blob/master/examples/features/standard/spring-integration/src/main/resources/spring-jms-beans.xml > refers? I can't find this class in artemis-core-client 1.2.0, for example. > > Derek > --

InVMConnectorFactory?

2016-01-11 Thread Derek Mahar
In ActiveMQ Artemis 1.2.0, in which Artemis Maven library can I find class org.apache.activemq.artemis.core.remoting.impl.invm.InVMConnectorFactory to which https://github.com/apache/activemq-artemis/blob/master/examples/features/standard/spring-integration/src/main/resources/spring-jms-beans.xml