posted 13 years ago
Hi
I am new to OSGi concepts but managed to go through a few DM Server tutorials and got a feel of it. But still my MDP is not getting deployed on DMServer. Please help.
I have some messages in FuseMQ(ActiveMQ) which I have to read and then process them. The queue listener MDP is to be deployed on DM Server so that any time a message arrives, it can invoke the processing logic. Please advise how this can be done. there is no web front end to my application. Once deployed it should simply start receiving messgaes from queue. Below is my code:
Spring config file
The bean: JMSReceiver.java
Kindly help me to deploy this message listener into DM Server
thanks in advance