1 Reply Latest reply on Jul 16, 2005 4:08 PM by genman

    JMS for InterPortletCommunication - UserContext Issue

    zeroconf

      Hi,

      I'd like to use JMS for InterPortlet Communication between portlets of different portlet applications.

      I got so far that I'm able to exchange some Objects.

      The problem is - for example when I use the "topic/testTopic" that this context seems to be shared among different users which are logged into the portal. So when two different users are logged in and they both use the same portlets which use JMS for IPC they can receive each others messages.

      Is there a way how I can create topics/queues in a per user context ?

      thanks in advance