Skip to content

Instantly share code, notes, and snippets.

@cherron
cherron / gist:1012720
Created June 7, 2011 17:38
HornetQ error related to intra cluster bridging
WARNING: removing consumer which did not handle a message, consumer=org.hornetq.core.server.cluster.impl.BridgeImpl@26137fea, message=Reference[15903]:RELIABLE
HornetQException[errorCode=104 message=Header size (130504) is too big, use the messageBody for large data, or increase minLargeMessageSize]
at org.hornetq.core.client.impl.ClientProducerImpl.largeMessageSend(ClientProducerImpl.java:331)
at org.hornetq.core.client.impl.ClientProducerImpl.doSend(ClientProducerImpl.java:277)
at org.hornetq.core.client.impl.ClientProducerImpl.send(ClientProducerImpl.java:139)
at org.hornetq.core.server.cluster.impl.BridgeImpl.handle(BridgeImpl.java:477)
at org.hornetq.core.server.impl.QueueImpl.handle(QueueImpl.java:1384)
at org.hornetq.core.server.impl.QueueImpl.deliverDirect(QueueImpl.java:1294)
at org.hornetq.core.server.impl.QueueImpl.add(QueueImpl.java:1347)
at org.hornetq.core.server.impl.QueueImpl.addLast(QueueImpl.java:247)
@cherron
cherron / .gitignore
Last active August 29, 2015 14:13 — forked from adamgit/.gitignore
XCode / iOS Development Git Ignore File Example
#########################
# .gitignore file for Xcode4 and Xcode5 Source projects
#
# Apple bugs, waiting for Apple to fix/respond:
#
# 15564624 - what does the xccheckout file in Xcode5 do? Where's the documentation?
#
# Version 2.3
# For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
#