All Questions
Tagged with wildfly-18 jboss6.x
2 questions
0
votes
2
answers
4k
views
jboss.deployment.unit."testit-base.war".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment "testit-base.war"
We are planning to migrate the application from Jboss EAP 6.4 to WILDFLY 19 and facing the below error while deploying the war file in it.
Manifest-Version: 1.0
Built-By: jenkins
Created-...
0
votes
1
answer
134
views
Is that possible to communicate JMS Topic of HornetQ with ActiveMQ or vice versa
I have a HornetQ project on JBoss 6 using JDK-6, and an ActiveMQ project on WildFly 18 using JDK-11. Can I access the HornetQ topic in the ActiveMQ project or vice versa?