Search:

Type: Posts; User: alokasd; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    955

    RmiServiceExporter Issue

    Hi All,

    We have a "stateful" service that we have exposed to the outside world using RmiServiceExporter. We have made the service stateful by making all "session" related attributes as...
  2. According to me this is not possible. A consumer...

    According to me this is not possible. A consumer can not dequeue more than one message with a receive() call. This is against the specification and design of JMS.

    - SD
  3. Replies
    1
    Views
    1,018

    Try the following on the client machine and see...

    Try the following on the client machine and see if it is successful

    ftp <server ip/name> <rmi port>

    If this fails to connect then it is a network issue else it is your code issue.

    - SD
  4. I have been able to get this to work by making...

    I have been able to get this to work by making the "session" level attributes of the service as ThreadLocal. Dose anyone has any other suggestions?

    - SD
  5. Making Service Exported by RmiServiceExporter stateful

    Hi,

    I have a service that I want to expose to the outside world on RMI protocol. My bean definition looks like following:

    <bean class="org.springframework.remoting.rmi.RmiServiceExporter">
    ...
  6. Replies
    1
    Views
    683

    Running InputReader on multiple thread

    Hi

    I am new to Spring Batch and hance wanted some information. I wanted to know if it is possible to run the InputReader in multiple threads? If yes then how do we prevent two threads reading the...
Results 1 to 6 of 6