Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    275

    Not able to send thye mail

    I have below code for sending the mail as soon as message code to queue a mail should be fired



    <context:component-scan base-package="com.walgreens.ods.producer" />
    <int:channel...
  2. Replies
    7
    Views
    859

    Hi Amol could you please provide me JTA setting...

    Hi Amol could you please provide me JTA setting in spring configuration(any JTA implementation) which i can run on my websphere .I was using Atomikos just to test it as standalone application.
    If...
  3. Replies
    7
    Views
    859

    Now i am able to run the code but when there is...

    Now i am able to run the code but when there is exceptions it is not sending the message back to MQ.Although dabase entrie is getting rollback.
    4410[
  4. Replies
    7
    Views
    859

    Please find attached the code base 4409

    Please find attached the code base
    4409
  5. Replies
    7
    Views
    859

    JTA Transaction

    I am using spring integration.I am reading messahe from MQ and mean while for audit purpose i am recording each message read in datbase.If there is any issue then messahe should go back to MQ and...
  6. View Post

    <bean id="connectionFactory" class="org.apache.activemq.ActiveMQConnectionFactory">
    <property name="brokerURL">
    <value>tcp://localhost:61616</value>
    </property>
    </bean>

    <!-- ...
  7. Could you please let me know does this upper code...

    Could you please let me know does this upper code is fine or do we need to make any modification in it.Or i there any other better solution
  8. Thanks for the response. I tried to serach on it...

    Thanks for the response. I tried to serach on it but didn't get any clear code.I got something like on atomikos but it is not doing the rollback neither for jms nor for DB


    <bean...
  9. Not ablr to rollback the data from databsae

    I am recieving the message from a queue and generating files from these messages.I have used AOP advice for transaction handling .I used JMS transaction manager.If there is any exception in file...
  10. Replies
    6
    Views
    630

    Could you please let me know if i am grouping 10...

    Could you please let me know if i am grouping 10 messages at a timeif suppose i didn't recieve 10 messages in suppose 2 seconds then i would like to process only no of message i got> I mean 10...
  11. Replies
    6
    Views
    630

    It will be great help if you can provide me some...

    It will be great help if you can provide me some solution for this query
  12. Replies
    4
    Views
    737

    Is there any way in SI to know the file creation...

    Is there any way in SI to know the file creation time.
  13. Replies
    6
    Views
    630

    Thanks for the solution it's working as well...

    Thanks for the solution it's working as well .Could you please clearify what exactly it is doing also let me is it possible if in particular time period suppose i want to group 10 messages if i don't...
  14. Replies
    6
    Views
    630

    Please let me know is it possible in Spring...

    Please let me know is it possible in Spring Integration or not.I am doing R&D on this since last couple of days.
  15. Replies
    6
    Views
    630

    Message Aggregation

    I am contineously getting the message on my MQ.I have to pick 10 messages at a time and write them in a file.
    I know we can use Aggregator but i don't know how to pick ten messages and grouped them,...
  16. Replies
    7
    Views
    700

    I want to write 10 messages at a time in a...

    I want to write 10 messages at a time in a file.Could you please provide me little configuration info in SI as how to write aggregator in below code
    <jms:inbound-channel-adapter id ="channel-to-mq"...
  17. Replies
    4
    Views
    737

    I am handling it by validating the xml file...

    I am handling it by validating the xml file against XSD as i am getting XML as reply file.If validation fails means file is not written it's under progress.Once it is written completely it should be...
  18. Replies
    4
    Views
    737

    Don't want to process incomplete file

    I have file inbound adaptor which reads the file from directory.I am having a tool which right the files to this directory.I don't want to pick those file which has not been written in directory...
  19. Replies
    5
    Views
    709

    @ServiceActivator public void...

    @ServiceActivator
    public void MessageSender(Message msg) {
  20. Replies
    5
    Views
    709

    it will be Message spring integration message...

    it will be Message spring integration message which payload is of file type.
  21. Replies
    5
    Views
    709

    File handling by service activator

    I want to handle my file throught service activator like as given below.I don't want to use outbound adaptor as i need this file in my java code.

    <file:inbound-channel-adapter...
  22. Replies
    1
    Views
    430

    is it possible if yes then how

    is it possible if yes then how
  23. Replies
    9
    Views
    733

    Please reply as i have stucked because of...

    Please reply as i have stucked because of this.How get file name which i need to delete.
  24. Replies
    9
    Views
    733

    Thanks for the code but i have one problem here...

    Thanks for the code but i have one problem here my service activator is containing the code for message sending and delete but how will i get the file name which is just converted into string...
  25. Replies
    4
    Views
    457

    could you please explain what exactly i will get...

    could you please explain what exactly i will get on output channel output-channel="orderItemsChannel after this . i mean how this upper xml will be splitted as i want to get splitted xml will i get...
Results 1 to 25 of 68
Page 1 of 3 1 2 3