Changing source code of activemq

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Changing source code of activemq

abhilashaS
Hi,
   1).How can i change the source code of activemq so that i can use NO_ACKNOWLEDGEMENT.
   I tried it by adding this property with its setters and getters to ActiveMQSession.It was not showing any error in project when modified ,but when i tried to build it shows error.Variable  NO_ACKNOWLEDGEMENT not recognized.


2).If i want my ActiveMQSession to implement com.sun.messaging.jms.Session(Presently ,in source code,it is implementing javax.jms.Session interface).Then where and how i should add com.sun.messaging.jms Package.



Thanx