Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    2,855

    Hi, I have been working on SMPP API...

    Hi,

    I have been working on SMPP API (smppapi.sourceforge.net) since last three to four weeks for communicating with SMPP server as a client. Also I am looking at writing SMPP server...
  2. What are you using to read the system exception...

    What are you using to read the system exception queue? Is it a Spring Integration JMS listener?
    I do not know how IBM system exception queue works but I assume it must add some property in the JMS...
  3. Any body has any answer to my query please?

    Any body has any answer to my query please?
  4. How to decide configuration of ThreadPoolTaskExecutor?

    I am using Spring's ThreadPoolTaskExecutor for enabling pool of threads to process requests.
    The flow is a timer runs and queries database to pick up certain limited number of records for processing...
  5. rhart is right. It is problem of the receiver...

    rhart is right.

    It is problem of the receiver of the MQ message which is configured as listening to an MQ message rather than a JMS message.

    I am now using a Service Activator instead of JMS...
  6. I seemed to find the difference between what my...

    I seemed to find the difference between what my JAVA code was doing and Spring Integration. The difference was in the way JMS Message was being read.

    I was ecpecting BytesMessage and I got the...
  7. What are the dates for releasing 2.0 version as...

    What are the dates for releasing 2.0 version as GA release if any as of now?
  8. The transportType value being used 1 is the...

    The transportType value being used 1 is the correct value which is same as the value of JMSC.MQJMS_TP_CLIENT_MQ_TCPIP which is JAVA code.
  9. The transportType value being used 1 is the...

    The transportType value being used 1 is the correct value which is same as the value of JMSC.MQJMS_TP_CLIENT_MQ_TCPIP which is JAVA code.
  10. Ok thanks Oleg. I will test it out for the...

    Ok thanks Oleg. I will test it out for the components I have used.
  11. Thanks Oleg. Currently I am using 2.0.0.M7...

    Thanks Oleg. Currently I am using 2.0.0.M7 milestone in my maven project. Are you suggesting I use 2.0.0.BUILD-SNAPSHOT?
  12. Anyone has any clue to this problem? It has...

    Anyone has any clue to this problem? It has started raising issues on my development and questions on should we be using Spring Integration.
  13. Thanks for the information. I have taken 2.0.0.M7...

    Thanks for the information. I have taken 2.0.0.M7 version and now I can get the history of component names through which a message has gone through.

    The current inbuilt XSL transformer component...
  14. I am using Spring Integration 1.0.4 release and...

    I am using Spring Integration 1.0.4 release and it does not have the message-history tag available. Which version has this?
  15. I didn't find any thread discussing this issue of...

    I didn't find any thread discussing this issue of IBM MQ apart from the thread which I had initiated http://forum.springsource.org/showthread.php?t=94825 which is regarding JMS outbound channel...
  16. Identifying input channel name in XSL transformer in case of error

    I am using the xsl transformer of spring integration for transformation of XML from an input channel to output channel.

    In case of any exceptions in transformer processing I need to know the input...
  17. Junk characters in messages from IBM MQ using JMS Message Driven Channel Adapter

    I am getting junk chaarcters in the JMS message payload from JMS Message Driven Channel Adapter listening on an IBM MQ Queue. The string message has an XML and starting characters are as below -
    ...
  18. Thanks for the reply oleg. I wrote my own...

    Thanks for the reply oleg.

    I wrote my own interceptor bean which extends ChannelInterceptorAdapter and overrides preSend method. Here I captured channel name from which the interceptor is invoked...
  19. Wire tapping channel to do file logging?

    Is it possible to define a file logger as a wire tap interceptor with customized file logging like different file for error and debug? The current logging channel adapter logs it in the console.
  20. Anyone has any solution to this?

    Anyone has any solution to this?
  21. I do not know the setup of application which is...

    I do not know the setup of application which is listening to MQ as it is another system. I am running my spring code standalone using ClassPathXmlApplicationContext from a main method and I have...
  22. JMS Outbound Channel Adapter + IBM MQ Issue

    I am using Spring Integration 1.0.4 release and reading a XML message from Active MQ, transforming it using XSL to another XML and send this to IBM MQ which is then picked up by another process but...
Results 1 to 22 of 22