1. Set java home and JBoss home path under environment variables
2. Start the JBoss server
3. Go to MWS->Administration->Messaging->Broker Servers->Broker ->Adding New Broker for JMS (Not required, default one also can be used)
4. Go to MWS->Administration->Messaging->Naming Directories->Providers to ADD JMS Provider. Give Provider Name, Predefined Template and Provider URL
5. Go to MWS->Administration->Messaging->Naming Directories->Connection Factories to ADD Connection Factory. Give Lookup Name, Provider, Connection Factory Type, Broker, client group…
6. Go to MWS->Administration->Messaging->Naming Directories->Destination to ADD destination (Topic/Queue)
7. Add the created Destination to Document Types. Go to MWS->Administration->Messaging->Broker Servers->Document Types->ADD Topic under Broker80
8. Go to MWS->Administration->Messaging->Broker Servers->Client Groups->Add Document Types for IS-JMS client group under Broker80. SAG_JMS::Topic
9. Write a flow service to publish the document using pub.jms: send service.Set Connection Alias Name, Destination Name, Destination Type.
10. Check in MWS for Docs Published under the topic SAG_JMS::Topic
Sample Screen Shots