what is the use of module in weblogic
Answer / lokesh
Module is where the plugins are kept for the external entity.
for suppose the some other party tool, needs to be connected to wls, it's plugin will be kept in this module.
the version should be checked for the module by typing uname -a
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different types of messages available in the JMS API?
Can JMS utilities automatically re-establish a connection if one side of the communication link (i.e. an application that's sending/receiving messages) goes down and is restarted? Are there APIs to help detect that the other side broke a connection (went down)?
What are the types of communication provided by jms? Explain in detail.
What is the use of jms? In which situations we are using jms?
Explain how Application server handles the JMS Connection?
Explain how does the JMS work with the J2EE?
Is activemq a jms provider?
What is a connection factory?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems?
Explain about message selector?
What is jms in java with example?
What is the difference between queue and topic ?