Hi All,
I'm trying to send message with "JMS" with weblogic 7.
my problem is when i'm trying to send message to my client i get this Exception even when i decler that the message and the queue are NON_PRESISTENT.
Do anyone now what to do ?
The Exception :
java.lang.UnsupportedOperationException: Cannot override producer destination
at weblogic.jms.client.JMSProducer.send(JMSProducer.java:149)
at weblogic.jms.client.JMSProducer.send(JMSProducer.java:192)
at eship.jms.JMSSession.sendMessage(JMSSession.java:571)
at eship.administration.Transaction.endTransaction(Transaction.java:248)
at eship.process.inadm.TimeSyncTIME.init(TimeSyncTIME.java:42)
at java.lang.reflect.Method.invoke(Native Method)
at eship.process.InADM.initObject(InADM.java:98)
at eship.process.InADM.startProcess(InADM.java:32)
at eship.manager.Process.onMessage(Process.java:822)
at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2303)
at weblogic.jms.client.JMSSession.execute(JMSSession.java:2226)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
I'm trying to send message with "JMS" with weblogic 7.
my problem is when i'm trying to send message to my client i get this Exception even when i decler that the message and the queue are NON_PRESISTENT.
Do anyone now what to do ?
The Exception :
java.lang.UnsupportedOperationException: Cannot override producer destination
at weblogic.jms.client.JMSProducer.send(JMSProducer.java:149)
at weblogic.jms.client.JMSProducer.send(JMSProducer.java:192)
at eship.jms.JMSSession.sendMessage(JMSSession.java:571)
at eship.administration.Transaction.endTransaction(Transaction.java:248)
at eship.process.inadm.TimeSyncTIME.init(TimeSyncTIME.java:42)
at java.lang.reflect.Method.invoke(Native Method)
at eship.process.InADM.initObject(InADM.java:98)
at eship.process.InADM.startProcess(InADM.java:32)
at eship.manager.Process.onMessage(Process.java:822)
at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2303)
at weblogic.jms.client.JMSSession.execute(JMSSession.java:2226)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)