- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.Object.wait() @bci=2, line=502 (Interpreted frame)
- com.rabbitmq.utility.BlockingCell.get() @bci=8, line=50 (Interpreted frame)
- com.rabbitmq.utility.BlockingCell.uninterruptibleGet() @bci=1, line=89 (Interpreted frame)
- com.rabbitmq.utility.BlockingValueOrException.uninterruptibleGetValue() @bci=1, line=33 (Interpreted frame)
- com.rabbitmq.client.impl.AMQChannel$BlockingRpcContinuation.getReply() @bci=4, line=343 (Interpreted frame)
- com.rabbitmq.client.impl.AMQChannel.privateRpc(com.rabbitmq.client.Method) @bci=15, line=216 (Interpreted frame)
- com.rabbitmq.client.impl.AMQChannel.exnWrappingRpc(com.rabbitmq.client.Method) @bci=2, line=118 (Interpreted frame)
- com.rabbitmq.client.impl.ChannelN.queueDeclare(java.lang.String, boolean, boolean, boolean, java.util.Map) @bci=33, line=779 (Interpreted frame)
- com.rabbitmq.client.impl.ChannelN.queueDeclare(java.lang.String, boolean, boolean, boolean, java.util.Map) @bci=8, line=61 (Interpreted frame)
- org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl.queueDeclare(java.lang.String, boolean, boolean, boolean, java.util.Map) @bci=11, line=367 (Interpreted frame)
- sun.reflect.NativeMethodAccessorImpl.invoke0(java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) @bci=0 (Interpreted frame)
- sun.reflect.NativeMethodAccessorImpl.invoke(java.lang.Object, java.lang.Object[]) @bci=87, line=57 (Interpreted frame)
- sun.reflect.DelegatingMethodAccessorImpl.invoke(java.lang.Object, java.lang.Object[]) @bci=6, line=43 (Compiled frame)
- java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) @bci=161, line=616 (Compiled frame)
- org.springframework.amqp.rabbit.connection.CachingConnectionFactory$CachedChannelInvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[]) @bci=311, line=548 (Interpreted frame)
// connectionFactory -> CachingConnectionFactory
org.springframework.amqp.rabbit.connection.Connection conn = connectionFactory.createConnection();
com.rabbitmq.client.Channel ch = conn.createChannel(false);
ch.queueDeclare(queueName, true, false, false, null);
ch.queueBind(queueName, exchange, queueName);
| Name | File descriptors (?) | Socket descriptors (?) | Erlang processes | Memory | Disk space | Uptime | Type |
|---|---|---|---|---|---|---|---|
| rabbit | 40 50000 available | 5 44908 available | 338 1048576 available | 74MB 48GB high watermark | 136GB 48MB low watermark | 3d 3h | Disc Stats * |
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.