• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to deploy MDP on DM Server?

 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
A feeble attempt to tell you about our stuff that makes us money
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic