cancel
Showing results for 
Search instead for 
Did you mean: 

Apache ActiveMQ JMS

Former Member
0 Kudos

Hi,

XI should be able to communicate with Apache ActiveMQ ver. 5.1.0 instelled on Linux system.

Is there any information on net how to communicate with Apache ActiveMQ, which archives are needed for

deployment,.....any information....

thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Use JMS adpater of XI to communicate. First u have to install the drivers on XI server.

Regards,

Prateek

Former Member
0 Kudos
Former Member
0 Kudos

Answer is NO, how do you mean to comunicate, with JDBC adapter to Apache ActiveMQ JMS?

Former Member
0 Kudos

the links i provided give the information required to connect via the JMS adapter.

have you tried that yet?

Former Member
0 Kudos

Client is using Apache ActiveMQ 5.1.0. Where can I find corresponding driver? Can my client find it somewhere on his installation directory?

Former Member
0 Kudos

I don;t know where to find it exactly...

check this OSS note on installing it!

https://service.sap.com/sap/support/notes/1138877

Former Member
0 Kudos

I installed client files and have now error in communication chanel:

Error during channel initialization; exception trace: java.lang.UnsupportedClassVersionError: org/apache/activemq/ActiveMQConnectionFactory (Unsupported major.minor version 49.0)

at java.lang.ClassLoader.defineClass0(Native Method)

at java.lang.ClassLoader.defineClass(ClassLoader.java:539)

at com.sap.engine.frame.core.load.ResourceLoader.loadLocalClass(ResourceLoader.java:262)

.... ?!?

Which means what, that XI JDK 1.3 is not able to use this class? Possible.....

How to avoid something like that?