Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java.lang.UnsupportedOperationException: Cannot override producer dest

Status
Not open for further replies.

akatsav

Programmer
Sep 19, 2002
1
IL
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)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top