activemq-artemis

AppDynamics monitoring with AMQ 7.0.1

霸气de小男生 提交于 2019-12-11 16:47:20
问题 I am using the ActiveMQ extension of AppDynamics. It is good to start. With JMXRemote(enabled in artemis.profile) it is OK. But, I want it from localhost. JMX is enabled by default for localhost for AMQ. AMQ management console use jmx internally and it works without JMXRemote enabled. What service URL jolokia use internally to connect using JMX from localhost? I have tryed with following URL: serviceUrl: "service:jmx:rmi:///jndi/rmi://:1099/jmxrmi" 回答1: The first step is to add a username and

ActiveMQ Exception when trying to work with SSL

岁酱吖の 提交于 2019-12-11 08:15:05
问题 I'm trying to send secure messages over SSL with ActiveMQ, using the Apache NMS API for .NET. In the broker.xml I tried adding "sslEnabled=true" to the default acceptor: <acceptor name="artemis">tcp://0.0.0.0:61616?sslEnabled=true;tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576;protocols=CORE,AMQP,STOMP,HORNETQ,MQTT,OPENWIRE;useEpoll=true;amqpCredits=1000;amqpLowCredits=300</acceptor> I'm trying to set up a consumer like this: IConnectionFactory factory = new ConnectionFactory(

CordaFTP Unable to transfer Large files because of Artemis probably

我的未来我决定 提交于 2019-12-11 08:07:18
问题 I'm using this demo.CordaFTPdemo to get hands-on attachment. However, I figured out that large files cannot be transferred and are giving an exception java.lang.IllegalArgumentException: Missing validated user from the Artemis message ServerSession doesn't set validated users when called from slowPacketHandler in ServerSessionPacketHandler. JIRA Here The thing is when I update the build.gradle to force to version 2.5.0 for Artemis. it just doesn't work. when I checked the gradle dependencies

Receiving MQTT message with Wildlfy 11 embedded Apache Artemis

☆樱花仙子☆ 提交于 2019-12-11 04:29:13
问题 I would like to receive MQTT messages in Wildfly 11 with the embedded Apache Artemis. Current state: I added the MQTT protocol support to the Wildfly embedded Apache Artemis (added the "missing" folder and artemis-mqtt-protocol-.jar and enabled the protocol in the module.xml) I am using the full standalone configuration and added acceptor for MTQQ: <subsystem xmlns="urn:jboss:domain:messaging-activemq:2.0"> <server name="default"> <remote-acceptor name="mqtt-acceptor" socket-binding="mqtt">

Artemis-2.6.3 console: Service Unavailable

孤人 提交于 2019-12-11 04:27:45
问题 I started artemis-service successfully. But web console not working. cmnd: sudo "/usr/lib/myBroker/bin/artemis-service" start url: http://ip:8161/console/ response: HTTP ERROR 503 Problem accessing /console/. Reason: Service Unavailable I change the bootstrap.xml to access 8161 port from outside. From: bind="http://localhost:8161" To: bind="http://0.0.0.0:8161" N.B : when I start it in my local-machine working fine without change bootstrap.xml. 回答1: Solution This problem occurred for jolokia

Corda ActiveMQConnectionTimedOutException while running server

假如想象 提交于 2019-12-11 01:45:07
问题 I am trying to run Corda application after modifying the given template. After running nodes, I am trying to run a template server. Below are the details for Corda Version: 4.0 ActiveMQ running on port 8161 task runTemplateServer(type: JavaExec) { classpath = sourceSets.main.runtimeClasspath main = 'com.template.webserver.ServerKt' args '--server.port=10050', '--config.rpc.host=localhost', '--config.rpc.port=8161', '--config.rpc.username=admin', '--config.rpc.password=admin' } After running

Websockets / STOMP with ActiveMQ Artemis on Wildfly 10 not working

随声附和 提交于 2019-12-08 06:28:15
问题 I am implementing a WebSockets application using Spring WebSockets. As a STOMP broker, I want to use Wildfly's Artemis (Active MQ). I did the following configuration in standalone-full.xml: Adding the following acceptor: <acceptor name="stomp-acceptor" factory-class="org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory"> <param name="protocols" value="STOMP" /> <param name="port" value="61613" /> </acceptor> add a new application user guest/guest to application-users

Clustered WildFly 10 domain messaging

六月ゝ 毕业季﹏ 提交于 2019-12-08 01:57:05
问题 I have three machines located in different networks: as-master as-node-1 as-node-2 In as-master I have WildFly as domain host-master and the two nodes have WildFly as domain host-slave each starting an instance in the full-ha server group. From the as-master web console I can see the two nodes in the full-ha profile runtime and if I deploy a WAR it gets correctly started on both nodes. Now, what I'm trying to achieve is messaging between the two instances of the WAR, i.e. sending a message

Clustered WildFly 10 domain messaging

為{幸葍}努か 提交于 2019-12-06 04:50:19
I have three machines located in different networks: as-master as-node-1 as-node-2 In as-master I have WildFly as domain host-master and the two nodes have WildFly as domain host-slave each starting an instance in the full-ha server group. From the as-master web console I can see the two nodes in the full-ha profile runtime and if I deploy a WAR it gets correctly started on both nodes. Now, what I'm trying to achieve is messaging between the two instances of the WAR, i.e. sending a message from a producer instance in as-node-1, consumers in all the nodes should receive the message. This is

JMS Bridge Between WildFly 10 Artemis and ActiveMQ 5.14 (ONCE_AND_ONLY_ONCE Quality of Service)

时间秒杀一切 提交于 2019-12-04 04:46:49
问题 I'm trying to set up a JMS Bridge between Artemis (Running in WildFly 10) and ActiveMQ 5.14 In general the process seems to work smoothly, but unfortunately I'm getting stuck on the XA configuration that is necessary to get ONCE_AND_ONLY_ONCE QoS to work. Although messages do arrive on the ActiveMQ side, I get the following error in the WildFly log: 11:25:57,920 WARN [org.apache.activemq.artemis.jms.bridge] (Thread-97) AMQ342009: JMS Bridge failed to send + acknowledge batch, closing JMS