aspose file tools
The moose likes Spring and the fly likes How to deploy MDP on DM Server? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "How to deploy MDP on DM Server? " Watch "How to deploy MDP on DM Server? " New topic
Author

How to deploy MDP on DM Server?

Dorothy Taylor
Ranch Hand

Joined: Nov 26, 2007
Posts: 104
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to deploy MDP on DM Server?
 
Similar Threads
Cannot find the declaration of element 'beans' -- application context invalid?
MDP consuming from remote JBossMQ Queue
Spring JMS with IBM Websphere MQ5.3.1
Example for JMS sender - receiver
running before I can crawl ( or how to add Spring to an existing Hibernate standalone app)