I wish I could say more about this one, maybe Ayende or someone else can chime in? We don't use the MSMQ transport here so it is hard for me to support.
On Wed, Aug 1, 2012 at 5:34 AM, Pavlo Stolyar <[email protected]>wrote: > Got error "*BUG_IN_THE_BUS: An error occured during message dispatch by > the bus itself. Please notify the developers*" when consuming message in > service bus. > Below is full stack trace > System.Runtime.InteropServices.COMException (0x8000FFFF): Catastrophic > failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) > at System.Transactions.Oletx.ITransactionShim.Abort() > at System.Transactions.Oletx.RealOletxTransaction.Rollback() > at System.Transactions.Oletx.OletxTransaction.Rollback() > at > System.Transactions.TransactionStatePromotedBase.Rollback(InternalTransaction > tx, Exception e) > at System.Transactions.Transaction.Rollback() > at System.Transactions.TransactionScope.InternalDispose() > at System.Transactions.TransactionScope.Dispose() > at > Rhino.ServiceBus.Msmq.MsmqTransport.ReceiveMessageInTransaction(OpenedQueue > queue, String messageId, Func`2 messageArrived, Action`2 > messageProcessingCompleted, Action`1 beforeMessageTransactionCommit) > at Rhino.ServiceBus.Msmq.MsmqTransport.HandlePeekedMessage(OpenedQueue > queue, Message message) > at > Rhino.ServiceBus.Msmq.AbstractMsmqListener.PeekMessageOnBackgroundThread(Object > state) > > I guess that happened because of some kind of system COMException. Have > anybody exprerienced that? What can I do to avoid this in future? Thanks in > advance > > -- > You received this message because you are subscribed to the Google Groups > "Rhino Tools Dev" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rhino-tools-dev/-/1nxlRk4Pm_YJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rhino-tools-dev?hl=en. > -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
