Hello,

I have a problem with the new version of swiftMQ (1.2 & 1.2b).

1. I make a request call with a TopicRequestor.
2. My server receive the call (using the receive() method)
3. I process the message
4. I answer using :
     tpubserv.publish(topic, msg /*, DeliveryMode.PERSISTENT,
Message.DEFAULT_PRIORITY, Message.DEFAULT_TIME_TO_LIVE*/);

5. And finally i get this exception :
Exception in thread "main" java.lang.UnsupportedOperationException: This
publish
 method is only supported for unidentified TopicPublisher!
        at
com.swiftmq.jms.TopicPublisherImpl.publish(TopicPublisherImpl.java:131)
        at
WebLinker.connection.ServerSession.requestReply(ServerSession.java:95)
        at WebLinker.server.AppServer.processRequest(AppServer.java:125)

        at WebLinker.server.AppServer.process(AppServer.java:90)
        at WebLinker.server.AppServer.main(AppServer.java, Compiled
Code)

This application work well with the version 1.1.
When i wrote the topicname on the standard output, i get :
tmp$20@router1
which seems being really a temporary topic.

Every suggestion would help me.
Thanks


------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to 
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers <your-email-address>
Archive: http://www.mail-archive.com/developers@mail.iit.de/




Reply via email to