Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. amqp thread prevents app from shutting down

    Amqp functionality is working perfectly in my application except when I wish to shut it down. I configure amqp entirely in xml and do not see how to stop the thread that it is working on. I know...
  2. Thread: design question

    by slyfox
    Replies
    0
    Views
    209

    design question

    I am wondering if I have some redundancies in the way I have set up my project. I have created a working jar for my application, easier to run a test locally for me. It is completely self contained...
  3. Replies
    1
    Views
    662

    Queue size keeps growing

    Using the new 1.0.0.RELEASE

    Have not really changed much code. Using a basic fan-out exchange much like the example in the doc, producing messages works fine. In my consumer, again just like the...
  4. Just defining a redis bean using Jredis sends all of my cpu's to 100%

    I have commented out every actual redis action in my code and the cpu still hits 100% which I assume to mean that it is something with the Jedis lib or config. I have checked the Jedis google group...
  5. Replies
    3
    Views
    995

    Here is my config:

    Here is my config:
    <bean id="redisTemplate" class="org.springframework.data.redis.core.StringRedisTemplate"
    p:connection-factory-ref="redisConnectionFactory">
    <property name="ValueSerializer"...
  6. identify which channel message is coming from

    Probably missing something simple but

    I am publishing to several channels, for instance quotes:ibm, quotes:bac.

    When I subscribe to quotes:* I am getting the data but I really need to know the...
  7. Replies
    3
    Views
    742

    thank

    Costin,

    Thanks for the reply. Well I am connected to my redis instance via redis-cli and was not getting anything when issuing get commands. I have since discovered the MONITOR command and...
  8. Replies
    3
    Views
    742

    basic redis functionality

    trying to simply get redis working with my spring project. I am connected to a redis to go instance.

    When trying a simple:
    redisTemplate.opsForValue().set("key", "val");

    it is not updating...
  9. Replies
    32
    Views
    4,427

    sorry guys I know this is frustrating and I...

    sorry guys I know this is frustrating and I really appreciate the help. Looks like spring-rabbit 1.0.0.RC2 may not pull amqp-client:

    version for both is 1.0.0.RC2

    <dependency>...
  10. Replies
    32
    Views
    4,427

    spring-rabbit

    I was thinking this yesterday. Should I even use spring-rabbit? If so which version? I tried to removed the spring-rabbit dependency but it also seems to remove the amqp-client-2.5.0.jar. I cannot...
  11. Replies
    32
    Views
    4,427

    version issue

    Again I would bet this is more to do with my abilities than a general problem. I was trying different combinations of version for both spring-amqp and spring-rabbit. I did however create a JIRA bug
  12. Replies
    32
    Views
    4,427

    one more error

    I hate to come back but having another config related error. This is the last missing piece of my whole app. I am trying to produce to a fanout exchange. This is my amqp/rabbit related config:
    ...
  13. Replies
    32
    Views
    4,427

    channel

    Thanks for the response. The only reason that I tried the integration was because I kept getting the unknown channel errors, everything was working fine but they were just annoying. I am still...
  14. Replies
    32
    Views
    4,427

    i suspect I need an outbound channel for my...

    i suspect I need an outbound channel for my return messaging?
  15. Replies
    32
    Views
    4,427

    Issues

    I am almost positive it is my fault but I had not problems with JMS/ActiveMQ for some reason this rabbit stuff is throwing me for a loop

    here is my config:
    <?xml version="1.0" encoding="UTF-8"?>...
  16. Replies
    32
    Views
    4,427

    Unknown channel 3

    so now that I got through all that, I am now getting an unknown channel 3 error, and still getting 2 consumers per app.

    Is this a result of me just not knowing what I am doing or just the early...
  17. Replies
    32
    Views
    4,427

    multiple queues

    interesting

    rabbitmqctl list_queues consumers does list 2 however only one app is running. Is this a residual effect from another app on same queue or is declaring a queue along with an inbound...
  18. Replies
    32
    Views
    4,427

    Last error

    Ok thank you guys for all of your help. App is running but now with this new inbound channel adapter I seem to be getting only every other message. Since its an even number and consistent I would...
  19. Replies
    32
    Views
    4,427

    2.1 xsd

    STS v2.6

    To confirm I am using spring-integration-amqp.2.1.0-BUILD-SNAPSHOT

    in the config package is the 2.0.xsd

    in the definitions it defines queue-names as required
  20. Replies
    32
    Views
    4,427

    Still having a minor issue

    So I have verified that I am now dependent on spring-amqp.1.0.0.RC2 rather than the snapshot. However I am still experiencing the same issue.

    For the inbound channel adapter

    queue-names...
  21. Replies
    32
    Views
    4,427

    2.1.0.build-snapshot

    Mark,

    Were you able to push the new release, I just got back from vacation and do not see it.

    Thanks,
    Bobby
  22. Replies
    32
    Views
    4,427

    XML schema

    Dave,

    Thanks for the replies. Have the amqp issue resolved but still get a validation error when using queue-name in the channel adapter tag.

    queue-names works and I have a reference to...
  23. Replies
    32
    Views
    4,427

    it seems that if I restart the rabbitmq server...

    it seems that if I restart the rabbitmq server the error goes away.

    so I am wondering if this is what happened...
    in testing I may have initially created the queue without declaring it durable. ...
  24. Replies
    32
    Views
    4,427

    ok so this is what I am getting: WARN...

    ok so this is what I am getting:
    WARN [SimpleAsyncTaskExecutor-1] (SimpleMessageListenerContainer.java:527) - Consumer raised exception, processing can restart if the connection factory supports it...
  25. Replies
    32
    Views
    4,427

    Dave, Thanks for the reply. I am getting...

    Dave,

    Thanks for the reply. I am getting closer. And I apologize for the documentation comment, it sounded rude, not my intention. I am more on the novice end...However I did get the...
Results 1 to 25 of 26
Page 1 of 2 1 2