Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    216

    Hi Mark, Thank you, I downloaded it and try...

    Hi Mark,

    Thank you, I downloaded it and try the solution!

    Thx again!
    Feri
  2. Replies
    2
    Views
    216

    BatchMessageListenerContainer

    Hi,

    I was a question, and I have got answer. This answer contains a class, what I would be use. I want to try it, but I can't find the class:
    ...
  3. Replies
    7
    Views
    314

    Hi Mark, I have a small problem. I try to use...

    Hi Mark,

    I have a small problem. I try to use that container, what you suggest, but I don't find. I take my pom the spring-batch-core and spring-batch-integration, but these didn't download that...
  4. Replies
    7
    Views
    314

    Hi Gary, I try to do, what you suggest, but I...

    Hi Gary,

    I try to do, what you suggest, but I thing my knowing not enough.

    My new config:


    <bean id="mqConnFact" class="com.ibm.mq.jms.MQQueueConnectionFactory">
    <property...
  5. Replies
    7
    Views
    314

    Hi Gary, Thank you your fast answer. So you...

    Hi Gary,

    Thank you your fast answer.
    So you tell me that, I have to write my own poller, message getter and aggregator, what solve the transaction handling?
    What do you think, can I use the API,...
  6. Replies
    7
    Views
    314

    Group message and JMS transaction

    Dear All,

    I have a simple question.
    Can I handling all elements (messages) of a group message in one JMS transaction?

    The message handling without transaction is ready. But if I have a...
  7. Replies
    5
    Views
    391

    Hi, So, I'm sorry, it was my mistake. I read,...

    Hi,

    So, I'm sorry, it was my mistake. I read, and I found that, if I use JMS, then I don't need this property. Every other property, what I need, I can set up.

    Thank you your attention.
    Feri
  8. Replies
    5
    Views
    391

    Hi Artem, It is a misunderstanding. I don't...

    Hi Artem,

    It is a misunderstanding. I don't use Ws MQ API. The inserted source only an example, what contains that property what I want to set, (putMsgOprion variable - underscored) and I don't...
  9. Replies
    5
    Views
    391

    Hi Gary, Thank you your answer. Yes, the last...

    Hi Gary,
    Thank you your answer.
    Yes, the last code, what I sent, is MQ API. I'm looking for something, what help to set up parameters in SI.
    My solution is ready, as you see, but the other side...
  10. Replies
    5
    Views
    391

    Send WebSphere MQ specific message

    I have to send group message to an WebSphere MQ queue. I use Spring Integration. I did the connection factory, and other needed definition.
    To set up the header properties a header-enricher.
    I...
  11. Replies
    3
    Views
    368

    Hi Gary, Thank you your answer! No, I don't...

    Hi Gary,

    Thank you your answer!

    No, I don't need dynamic destination.

    I need an easy solution to extend actual method.
    At this time I set up the needed MQ properties in a property file...
  12. Replies
    3
    Views
    368

    Outbound message to multiple channels

    Hi,

    I have an architectural question.
    I mast to do an jms-based module, what can send same message to more then one destination. The destination setup come from property set. (The topic doesn't...
  13. Replies
    0
    Views
    263

    Warning in context xml

    Hi!

    I have used the Integration to handle MQ messages. It work correctly, but I try to create function-separately context files.

    Here is the file:


    <?xml version="1.0" encoding="UTF-8"?>...
  14. Replies
    0
    Views
    637

    jdbc:inbound-channel-adapter and hibernate

    Hi!

    I wrote an application, where I use Hibernate to data processing.
    I have to make a table-triggered processing. I did id with jdbc:inbound-channel-adapter, but the result set, what I get, is...
  15. Messag-driven-channel-adapter and auto-startup

    Hi Oleg,

    Thank you your answer, it is work.

    The solution:

    Config


    <jms:message-driven-channel-adapter id="MdcaBean"
  16. Messag-driven-channel-adapter and auto-startup

    Hi,

    I use the jms:message-driven-channel-adapter, and it work correctly, but when I set auto-startup property to false, the it is not started (of course).
    Can anybody told me, how can I start the...
  17. Replies
    3
    Views
    971

    Exception handling

    Hi Oleg,

    Thank you, it has helped. Finally I will understand how does it work! :)

    Thanks again!
    Feri
  18. Replies
    3
    Views
    971

    Hi Oleg, Thank you, it has helped! Finally I...

    Hi Oleg,

    Thank you, it has helped!
    Finally I understand how does it work!

    Feri
  19. Replies
    3
    Views
    971

    Exception handling

    Hi,

    I have an application what use WebSphere MQ to messaage processing.
    I send message with jms:outbound-channel-adapter. It works correcly, but...
    I have to know, the send was success or not. ...
  20. Replies
    8
    Views
    2,313

    Hi Mark, That is the true I looking for users...

    Hi Mark,

    That is the true I looking for users guide or sample about header mapper strategy, but it was not successfull. (That is tre real possibility, it is my mistake! :) )
    But, when I checked...
  21. Replies
    8
    Views
    2,313

    Send message By WebSPhere MQ

    Hi Mark,

    Thank you your answer, that was what show me the path what I need. :)
    The solution is next:

    Configuartion:



    <bean id="connectionFactoryFCC"...
  22. Replies
    8
    Views
    2,313

    Send message By WebSPhere MQ

    I try to change the setup.
    One of my idea was the usage of JmsTemplate.
    I made a class what is inherited from JmsTemplate:



    public class SimpleMessageProducer
    {

    @Autowired
  23. Replies
    8
    Views
    2,313

    Send message By WebSPhere MQ

    Hi Mark,

    Thanks your answer, but it doesn't work. I think my problem is not the message header. As I can check, the MQ manager don'T get my message.
    I tkae the codes:



    <?xml version="1.0"...
  24. Replies
    8
    Views
    2,313

    Send message By WebSPhere MQ

    Hi,

    I have to write a mainline program what get messages from 3 different WebSphere queue, process the messages and send back the answers to the message owners.
    It works correcly, when I write...
  25. Replies
    9
    Views
    2,257

    After when I take the classpath the missing jar,...

    After when I take the classpath the missing jar, I can run it in Eclipse (STS).
    After it I test is by Maven Build.
    Both were successfully.
Results 1 to 25 of 32
Page 1 of 2 1 2