Posted By:
Bozidar_Dangubic
Posted On:
Wednesday, March 20, 2002 05:05 AM
JMS is just an interface. any mom implementation will work so long as comforms to JMS interface. It can be used with Java application because it is a Java interface. the reason it is stated that it offers platform neutrality is because java is platform neutral. but it also offers mom implementation neutrality. so long as mom comforms to JMS interface you can use it. you can simply substitute one mom implementation for another with touching your application code.